`.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1105"]}
-known_false_positives = Limited false positives in most environments, however tune as needed based on parent-child relationship or network connection.
-providing_technologies = []
-
-[savedsearch://ESCU - CertUtil With Decode Argument - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = CertUtil.exe may be used to `encode` and `decode` a file, including PE and script code. Encoding will convert a file to base64 with `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` tags. Malicious usage will include decoding a encoded file that was downloaded. Once decoded, it will be loaded by a parallel process. Note that there are two additional command switches that may be used - `encodehex` and `decodehex`. Similarly, the file will be encoded in HEX and later decoded for further execution. During triage, identify the source of the file being decoded. Review its contents or execution behavior for further analysis.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1140"]}
-known_false_positives = Typically seen used to `encode` files, but it is possible to see legitimate use of `decode`. Filter based on parent-child relationship, file paths, endpoint or user.
-providing_technologies = []
-
-[savedsearch://ESCU - Certutil exe certificate extraction - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for arguments to certutil.exe indicating the manipulation or extraction of Certificate. This certificate can then be used to sign new authentication tokens specially inside Federated environments such as Windows ADFS.
-how_to_implement =
-annotations = {"kill_chain_phases": ["Installation"]}
-known_false_positives = Unless there are specific use cases, manipulating or exporting certificates using certutil is uncommon. Extraction of certificate has been observed during attacks such as Golden SAML and other campaigns targeting Federated services.
-providing_technologies = []
-
-[savedsearch://ESCU - Child Processes of Spoolsv exe - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for child processes of spoolsv.exe. This activity is associated with a POC privilege-escalation exploit associated with CVE-2018-8440. Spoolsv.exe is the process associated with the Print Spooler service in Windows and typically runs as SYSTEM.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model. Update the `children_of_spoolsv_filter` macro to filter out legitimate child processes spawned by spoolsv.exe.
-annotations = {"cis20": ["CIS 5", "CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1068"], "nist": ["PR.AC", "PR.PT", "DE.CM"]}
-known_false_positives = Some legitimate printer-related processes may show up as children of spoolsv.exe. You should confirm that any activity as legitimate and may be added as exclusions in the search.
-providing_technologies = []
-
-[savedsearch://ESCU - Clients Connecting to Multiple DNS Servers - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search allows you to identify the endpoints that have connected to more than five DNS servers and made DNS Queries over the time frame of the search.
-how_to_implement = This search requires that DNS data is being ingested and populating the `Network_Resolution` data model. This data can come from DNS logs or from solutions that parse network traffic for this data, such as Splunk Stream or Bro.\
-This search produces fields (`dest_count`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** Distinct DNS Connections, **Field:** dest_count\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 9", "CIS 12", "CIS 13"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1048.003"], "nist": ["PR.PT", "DE.AE", "PR.DS"]}
-known_false_positives = It's possible that an enterprise has more than five DNS servers that are configured in a round-robin rotation. Please customize the search, as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Clop Common Exec Parameter - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following analytics are designed to identifies some CLOP ransomware variant that using arguments to execute its main code or feature of its code. In this variant if the parameter is "runrun", CLOP ransomware will try to encrypt files in network shares and if it is "temp.dat", it will try to read from some stream pipe or file start encrypting files within the infected local machines. This technique can be also identified as an anti-sandbox technique to make its code non-responsive since it is waiting for some parameter to execute properly.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Obfuscation"], "mitre_attack": ["T1204"]}
-known_false_positives = Operators can execute third party tools using these parameters.
-providing_technologies = []
-
-[savedsearch://ESCU - Clop Ransomware Known Service Name - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This detection is to identify the common service name created by the CLOP ransomware as part of its persistence and high privilege code execution in the infected machine. Ussually CLOP ransomware use StartServiceCtrlDispatcherW API in creating this service entry.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the Service name, Service File Name Service Start type, and Service Type from your endpoints.
-annotations = {"kill_chain_phases": ["Privilege Escalation"], "mitre_attack": ["T1543"]}
-known_false_positives = unknown
-providing_technologies = []
-
[savedsearch://ESCU - Cloud API Calls From Previously Unseen User Roles - Rule]
type = detection
asset_type = AWS Instance
@@ -1772,16 +443,6 @@ annotations = {"cis20": ["CIS 1"], "mitre_attack": ["T1078.004"], "nist": ["ID.A
known_false_positives = It's possible that a new user will start to modify EC2 instances when they haven't before for any number of reasons. Verify with the user that is modifying instances that this is the intended behavior.
providing_technologies = []
-[savedsearch://ESCU - Cloud Network Access Control List Deleted - Rule]
-type = detection
-asset_type = Instance
-confidence = medium
-explanation = Enforcing network-access controls is one of the defensive mechanisms used by cloud administrators to restrict access to a cloud instance. After the attacker has gained control of the console by compromising an admin account, they can delete a network ACL and gain access to the instance from anywhere. This search will query the Change datamodel to detect users deleting network ACLs. Deprecated because it's a duplicate
-how_to_implement = You must be ingesting your cloud infrastructure logs from your cloud provider. You can also provide additional filtering for this search by customizing the `cloud_network_access_control_list_deleted_filter` macro.
-annotations = {"cis20": ["CIS 11"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["DE.DP", "DE.AE"]}
-known_false_positives = It's possible that a user has legitimately deleted a network ACL.
-providing_technologies = []
-
[savedsearch://ESCU - Cloud Provisioning Activity From Previously Unseen City - Rule]
type = detection
asset_type = AWS Instance
@@ -1826,233 +487,6 @@ known_false_positives = This is a strictly behavioral search, so we define "fals
This search will fire any time a new IP address is seen in the **GeoIP** database for any kind of provisioning activity. If you typically do all provisioning from tools inside of your country, there should be few false positives. If you are located in countries where the free version of **MaxMind GeoIP** that ships by default with Splunk has weak resolution (particularly small countries in less economically powerful regions), this may be much less valuable to you.
providing_technologies = []
-[savedsearch://ESCU - Cobalt Strike Named Pipes - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies the use of default or publicly known named pipes used with Cobalt Strike. A named pipe is a named, one-way or duplex pipe for communication between the pipe server and one or more pipe clients. Cobalt Strike uses named pipes in many ways and has default values used with the Artifact Kit and Malleable C2 Profiles. The following query assists with identifying these default named pipes. Each EDR product presents named pipes a little different. Consider taking the values and generating a query based on the product of choice. \
-Upon triage, review the process performing the named pipe. If it is explorer.exe, It is possible it was injected into by another process. Review recent parallel processes to identify suspicious patterns or behaviors. A parallel process may have a network connection, review and follow the connection back to identify any file modifications.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1055"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = The idea of using named pipes with Cobalt Strike is to blend in. Therefore, some of the named pipes identified and added may cause false positives. Filter by process name or pipe name to reduce false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Common Ransomware Extensions - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for file modifications with extensions commonly used by Ransomware
-how_to_implement = You must be ingesting data that records the filesystem activity from your hosts to populate the Endpoint file-system data model node. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.\
-This search produces fields (`query`,`query_length`,`count`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** Name, **Field:** Name\
-1. \
-1. **Label:** File Extension, **Field:** file_extension\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1485"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It is possible for a legitimate file with these extensions to be created. If this is a true ransomware attack, there will be a large number of files created with these extensions.
-providing_technologies = []
-
-[savedsearch://ESCU - Common Ransomware Notes - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for files created with names matching those typically used in ransomware notes that tell the victim how to get their data back.
-how_to_implement = You must be ingesting data that records file-system activity from your hosts to populate the Endpoint Filesystem data-model node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or via other endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report file-system reads and writes.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1485"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It's possible that a legitimate file could be created with the same name used by ransomware note files.
-providing_technologies = []
-
-[savedsearch://ESCU - Create Remote Thread into LSASS - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = Detect remote thread creation into LSASS consistent with credential dumping.
-how_to_implement = This search needs Sysmon Logs with a Sysmon configuration, which includes EventCode 8 with lsass.exe. This search uses an input macro named `sysmon`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Sysmon logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.CM"]}
-known_false_positives = Other tools can access LSASS for legitimate reasons and generate an event. In these cases, tweaking the search may help eliminate noise.
-providing_technologies = []
-
-[savedsearch://ESCU - Create Service In Suspicious File Path - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This detection is to identify a creation of "user mode service" where the service file path is located in non-common service folder in windows.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the Service name, Service File Name Service Start type, and Service Type from your endpoints.
-annotations = {"kill_chain_phases": ["Privilege Escalation"], "mitre_attack": ["T1569.001, T1569.002"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Create local admin accounts using net exe - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the creation of local administrator accounts using net.exe.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1136.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Administrators often leverage net.exe to create admin accounts.
-providing_technologies = []
-
-[savedsearch://ESCU - Create or delete windows shares using net exe - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the creation or deletion of hidden shares using net.exe.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1070.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Administrators often leverage net.exe to create or delete network shares. You should verify that the activity was intentional and is legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - Creation of Shadow Copy - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Monitor for signs that Vssadmin or Wmic has been used to create a shadow copy.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.003"], "nist": ["DE.CM"]}
-known_false_positives = Legitimate administrator usage of Vssadmin or Wmic will create false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Creation of Shadow Copy with wmic and powershell - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects the use of wmic and Powershell to create a shadow copy.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.003"], "nist": ["DE.CM"]}
-known_false_positives = Legtimate administrator usage of wmic to create a shadow copy.
-providing_technologies = []
-
-[savedsearch://ESCU - Creation of lsass Dump with Taskmgr - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = Detect the hands on keyboard behavior of Windows Task Manager creating a prcoess dump of lsass.exe. Upon this behavior occurring, a file write/modification will occur in the users profile under \AppData\Local\Temp. The dump file, lsass.dmp, cannot be renamed, however if the dump occurs more than once, it will be named lsass (2).dmp.
-how_to_implement = This search requires Sysmon Logs and a Sysmon configuration, which includes EventCode 11 for detecting file create of lsass.dmp. This search uses an input macro named `sysmon`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Sysmon logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-annotations = {"cis20": ["CIS 6", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.CM"]}
-known_false_positives = Administrators can create memory dumps for debugging purposes, but memory dumps of the LSASS process would be unusual.
-providing_technologies = []
-
-[savedsearch://ESCU - Credential Dumping via Copy Command from Shadow Copy - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects credential dumping using copy command from a shadow copy.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.003"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Credential Dumping via Symlink to Shadow Copy - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects the creation of a symlink to a shadow copy.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.003"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - DNS Query Length Outliers - MLTK - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search allows you to identify DNS requests that are unusually large for the record type being requested in your environment.
-how_to_implement = To successfully implement this search, you will need to ensure that DNS data is populating the Network_Resolution data model. In addition, the Machine Learning Toolkit (MLTK) version 4.2 or greater must be installed on your search heads, along with any required dependencies. Finally, the support search "Baseline of DNS Query Length - MLTK" must be executed before this detection search, because it builds a machine-learning (ML) model over the historical data used by this search. It is important that this search is run in the same app context as the associated support search, so that the model created by the support search is available for use. You should periodically re-run the support search to rebuild the model with the latest data available in your environment.\
-This search produces fields (`query`,`query_length`,`count`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** DNS Query, **Field:** query\
-1. \
-1. **Label:** DNS Query Length, **Field:** query_length\
-1. \
-1. **Label:** Number of events, **Field:** count\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 8", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1071.004"], "nist": ["PR.PT", "DE.AE", "DE.CM"]}
-known_false_positives = If you are seeing more results than desired, you may consider reducing the value for threshold in the search. You should also periodically re-run the support search to re-build the ML model on the latest data.
-providing_technologies = []
-
-[savedsearch://ESCU - DNS Query Length With High Standard Deviation - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search allows you to identify DNS requests and compute the standard deviation on the length of the names being resolved, then filter on two times the standard deviation to show you those queries that are unusually large for your environment.
-how_to_implement = To successfully implement this search, you will need to ensure that DNS data is populating the Network_Resolution data model.
-annotations = {"cis20": ["CIS 8", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1048.003"], "nist": ["PR.PT", "DE.AE", "DE.CM"]}
-known_false_positives = It's possible there can be long domain names that are legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - DNS Query Requests Resolved by Unauthorized DNS Servers - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search will detect DNS requests resolved by unauthorized DNS servers. Legitimate DNS servers should be identified in the Enterprise Security Assets and Identity Framework.
-how_to_implement = To successfully implement this search you will need to ensure that DNS data is populating the Network_Resolution data model. It also requires that your DNS servers are identified correctly in the Assets and Identity table of Enterprise Security.
-annotations = {"cis20": ["CIS 1", "CIS 3", "CIS 8", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1071.004"], "nist": ["ID.AM", "PR.DS", "PR.IP", "DE.AE", "DE.CM"]}
-known_false_positives = Legitimate DNS activity can be detected in this search. Investigate, verify and update the list of authorized DNS servers as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - DNS record changed - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search takes the DNS records and their answers results of the discovered_dns_records lookup and finds if any records have changed by searching DNS response from the Network_Resolution datamodel across the last day.
-how_to_implement = To successfully implement this search you will need to ensure that DNS data is populating the `Network_Resolution` data model. It also requires that the `discover_dns_record` lookup table be populated by the included support search "Discover DNS record". \
- **Splunk>Phantom Playbook Integration**\
-If Splunk>Phantom is also configured in your environment, a Playbook called "DNS Hijack Enrichment" can be configured to run when any results are found by this detection search. The playbook takes in the DNS record changed and uses Geoip, whois, Censys and PassiveTotal to detect if DNS issuers changed. To use this integration, install the Phantom App for Splunk `https://splunkbase.splunk.com/app/3411/`, add the correct hostname to the "Phantom Instance" field in the Adaptive Response Actions when configuring this detection search, and set the corresponding Playbook to active. \
-(Playbook Link:`https://my.phantom.us/4.2/playbook/dns-hijack-enrichment/`).\
-
-annotations = {"cis20": ["CIS 1", "CIS 3", "CIS 8", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1071.004"], "nist": ["ID.AM", "PR.DS", "PR.IP", "DE.AE", "DE.CM"]}
-known_false_positives = Legitimate DNS changes can be detected in this search. Investigate, verify and update the list of provided current answers for the domains in question as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Deleting Shadow Copies - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The vssadmin.exe utility is used to interact with the Volume Shadow Copy Service. Wmic is an interface to the Windows Management Instrumentation. This search looks for either of these tools being used to delete shadow copies.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8", "CIS 10"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1490"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = vssadmin.exe and wmic.exe are standard applications shipped with modern versions of windows. They may be used by administrators to legitimately delete old backup copies, although this is typically rare.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect API activity from users without MFA - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for CloudTrail events where a user logged into the AWS account, is making API calls and has not enabled Multi Factor authentication. Multi factor authentication adds a layer of security by forcing the users to type a unique authentication code from an approved authentication device when they access AWS websites or services. AWS Best Practices recommend that you enable MFA for privileged IAM users.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Leverage the support search `Create a list of approved AWS service accounts`: run it once every 30 days to create a list of service accounts and validate them.\
-This search produces fields (`eventName`,`userIdentity.type`,`userIdentity.arn`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** AWS Event Name, **Field:** eventName\
-1. \
-1. **Label:** AWS User ARN, **Field:** userIdentity.arn\
-1. \
-1. **Label:** AWS User Type, **Field:** userIdentity.type\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 16"], "nist": ["DE.DP", "PR.AC"]}
-known_false_positives = Many service accounts configured within an AWS infrastructure do not have multi factor authentication enabled. Please ignore the service accounts, if triggered and instead add them to the aws_service_accounts.csv file to fine tune the detection. It is also possible that the search detects users in your environment using Single Sign-On systems, since the MFA is not handled by AWS.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect ARP Poisoning - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = By enabling Dynamic ARP Inspection as a Layer 2 Security measure on the organization's network devices, we will be able to detect ARP Poisoning attacks in the Infrastructure.
-how_to_implement = This search uses a standard SPL query on logs from Cisco Network devices. The network devices must be configured with DHCP Snooping (see https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-0_2_EX/security/configuration_guide/b_sec_152ex_2960-x_cg/b_sec_152ex_2960-x_cg_chapter_01101.html) and Dynamic ARP Inspection (see https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-2_2_e/security/configuration_guide/b_sec_1522e_2960x_cg/b_sec_1522e_2960x_cg_chapter_01111.html) and log with a severity level of minimum "5 - notification". The search also requires that the Cisco Networks Add-on for Splunk (https://splunkbase.splunk.com/app/1467) is used to parse the logs from the Cisco network devices.
-annotations = {"cis20": ["CIS 1", "CIS 11"], "kill_chain_phases": ["Reconnaissance", "Delivery", "Actions on Objectives"], "mitre_attack": ["T1200", "T1498", "T1557.002"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This search might be prone to high false positives if DHCP Snooping or ARP inspection has been incorrectly configured, or if a device normally sends many ARP packets (unlikely).
-providing_technologies = []
-
-[savedsearch://ESCU - Detect AWS API Activities From Unapproved Accounts - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for successful CloudTrail activity by user accounts that are not listed in the identity table or `aws_service_accounts.csv`. It returns event names and count, as well as the first and last time a specific user or service is detected, grouped by users. Deprecated because managing this list can be quite hard.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. You must also populate the `identity_lookup_expanded` lookup shipped with the Asset and Identity framework to be able to look up users in your identity table in Enterprise Security (ES). Leverage the support search called "Create a list of approved AWS service accounts": run it once every 30 days to create and validate a list of service accounts.\
-This search produces fields (`eventName`,`firstTime`,`lastTime`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** AWS Event Name, **Field:** eventName\
-1. \
-1. **Label:** First Time, **Field:** firstTime\
-1. \
-1. **Label:** Last Time, **Field:** lastTime\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1078.004"], "nist": ["DE.DP", "DE.CM", "PR.AC", "ID.AM"]}
-known_false_positives = It's likely that you'll find activity detected by users/service accounts that are not listed in the `identity_lookup_expanded` or ` aws_service_accounts.csv` file. If the user is a legitimate service account, update the `aws_service_accounts.csv` table with that entry.
-providing_technologies = []
-
[savedsearch://ESCU - Detect AWS Console Login by New User - Rule]
type = detection
asset_type = AWS Instance
@@ -2093,264 +527,6 @@ annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives
known_false_positives = When a legitimate new user logins for the first time, this activity will be detected. Check how old the account is and verify that the user activity is legitimate.
providing_technologies = []
-[savedsearch://ESCU - Detect Activity Related to Pass the Hash Attacks - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for specific authentication events from the Windows Security Event logs to detect potential attempts at using the Pass-the-Hash technique.
-how_to_implement = To successfully implement this search, you must ingest your Windows Security Event logs and leverage the latest TA for Windows.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1550.002"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Legitimate logon activity by authorized NTLM systems may be detected by this search. Please investigate as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Baron Samedit CVE-2021-3156 - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects the heap-based buffer overflow of sudoedit
-how_to_implement = Splunk Universal Forwarder running on Linux systems, capturing logs from the /var/log directory. The vulnerability is exposed when a non privledged user tries passing in a single \ character at the end of the command while using the shell and edit flags.
-annotations = {"cis20": ["CIS 8", "CIS 12", "CIS 16"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1068"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Baron Samedit CVE-2021-3156 Segfault - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects the heap-based buffer overflow of sudoedit
-how_to_implement = Splunk Universal Forwarder running on Linux systems (tested on Centos and Ubuntu), where segfaults are being logged. This also captures instances where the exploit has been compiled into a binary. The detection looks for greater than 5 instances of sudoedit combined with segfault over your search time period on a single host
-annotations = {"cis20": ["CIS 8", "CIS 12", "CIS 16"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1068"], "nist": ["DE.CM"]}
-known_false_positives = If sudoedit is throwing segfaults for other reasons this will pick those up too.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Baron Samedit CVE-2021-3156 via OSQuery - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects the heap-based buffer overflow of sudoedit
-how_to_implement = OSQuery installed and configured to pick up process events (info at https://osquery.io) as well as using the Splunk OSQuery Add-on https://splunkbase.splunk.com/app/4402. The vulnerability is exposed when a non privledged user tries passing in a single \ character at the end of the command while using the shell and edit flags.
-annotations = {"cis20": ["CIS 8", "CIS 12", "CIS 16"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1068"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Computer Changed with Anonymous Account - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search looks for Event Code 4742 (Computer Change) or EventCode 4624 (An account was successfully logged on) with an anonymous account.
-how_to_implement = This search requires audit computer account management to be enabled on the system in order to generate Event ID 4742. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Event Logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-annotations = {"cis20": ["CIS 6", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1210"], "nist": ["DE.AE", "DE.CM"]}
-known_false_positives = None thus far found
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Credential Dumping through LSASS access - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search looks for reading lsass memory consistent with credential dumping.
-how_to_implement = This search needs Sysmon Logs and a sysmon configuration, which includes EventCode 10 with lsass.exe. This search uses an input macro named `sysmon`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Sysmon logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["PR.IP", "PR.AC", "DE.CM"]}
-known_false_positives = The activity may be legitimate. Other tools can access lsass for legitimate reasons, and it's possible this event could be generated in those cases. In these cases, false positives should be fairly obvious and you may need to tweak the search to eliminate noise.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect DNS requests to Phishing Sites leveraging EvilGinx2 - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for DNS requests for phishing domains that are leveraging EvilGinx tools to mimic websites.
-how_to_implement = You need to ingest data from your DNS logs in the Network_Resolution datamodel. Specifically you must ingest the domain that is being queried and the IP of the host originating the request. Ideally, you should also be ingesting the answer to the query and the query type. This approach allows you to also create your own localized passive DNS capability which can aid you in future investigations. You will have to add legitimate domain names to the `legit_domains.csv` file shipped with the app. \
- **Splunk>Phantom Playbook Integration**\
-If Splunk>Phantom is also configured in your environment, a Playbook called `Lets Encrypt Domain Investigate` can be configured to run when any results are found by this detection search. To use this integration, install the Phantom App for Splunk `https://splunkbase.splunk.com/app/3411/`, add the correct hostname to the "Phantom Instance" field in the Adaptive Response Actions when configuring this detection search, and set the corresponding Playbook to active. \
-(Playbook link:`https://my.phantom.us/4.2/playbook/lets-encrypt-domain-investigate/`).\
-
-annotations = {"cis20": ["CIS 8", "CIS 7"], "kill_chain_phases": ["Delivery", "Command and Control"], "mitre_attack": ["T1566.003"], "nist": ["ID.AM", "PR.DS", "PR.IP", "DE.AE", "DE.CM"]}
-known_false_positives = If a known good domain is not listed in the legit_domains.csv file, then the search could give you false postives. Please update that lookup file to filter out DNS requests to legitimate domains.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Excessive Account Lockouts From Endpoint - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search identifies endpoints that have caused a relatively high number of account lockouts in a short period.
-how_to_implement = You must ingest your Windows security event logs in the `Change` datamodel under the nodename is `Account_Management`, for this search to execute successfully. Please consider updating the cron schedule and the count of lockouts you want to monitor, according to your environment. \
- **Splunk>Phantom Playbook Integration**\
-If Splunk>Phantom is also configured in your environment, a Playbook called "Excessive Account Lockouts Enrichment and Response" can be configured to run when any results are found by this detection search. The Playbook executes the Contextual and Investigative searches in this Story, conducts additional information gathering on Windows endpoints, and takes a response action to shut down the affected endpoint. To use this integration, install the Phantom App for Splunk `https://splunkbase.splunk.com/app/3411/`, add the correct hostname to the "Phantom Instance" field in the Adaptive Response Actions when configuring this detection search, and set the corresponding Playbook to active. \
-(Playbook Link:`https://my.phantom.us/4.1/playbook/excessive-account-lockouts-enrichment-and-response/`).\
-
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.002"], "nist": ["PR.IP"]}
-known_false_positives = It's possible that a widely used system, such as a kiosk, could cause a large number of account lockouts.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Excessive User Account Lockouts - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search detects user accounts that have been locked out a relatively high number of times in a short period.
-how_to_implement = ou must ingest your Windows security event logs in the `Change` datamodel under the nodename is `Account_Management`, for this search to execute successfully. Please consider updating the cron schedule and the count of lockouts you want to monitor, according to your environment.
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.003"], "nist": ["PR.IP"]}
-known_false_positives = It is possible that a legitimate user is experiencing an issue causing multiple account login failures leading to lockouts.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Exchange Web Shell - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following query identifies suspicious .aspx created in 3 paths identified by Microsoft as known drop locations for Exchange exploitation related to HAFNIUM group. Paths include: `\HttpProxy\owa\auth\`, `\inetpub\wwwroot\aspnet_client\`, and `\HttpProxy\OAB\`. Upon triage, the suspicious .aspx file will likely look obvious on the surface. inspect the contents for script code inside. Identify additional log sources, IIS included, to review source and other potential exploitation.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node and `Filesystem` node.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1505.003"]}
-known_false_positives = The query is structured in a way that `action` (read, create) is not defined. Review the results of this query, filter, and tune as necessary. It may be necessary to generate this query specific to your endpoint product.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect F5 TMUI RCE CVE-2020-5902 - Rule]
-type = detection
-asset_type = Network
-confidence = medium
-explanation = This search detects remote code exploit attempts on F5 BIG-IP, BIG-IQ, and Traffix SDC devices
-how_to_implement = To consistently detect exploit attempts on F5 devices using the vulnerabilities contained within CVE-2020-5902 it is recommended to ingest logs via syslog. As many BIG-IP devices will have SSL enabled on their management interfaces, detections via wire data may not pick anything up unless you are decrypting SSL traffic in order to inspect it. I am using a regex string from a Cloudflare mitigation technique to try and always catch the offending string (..;), along with the other exploit of using (hsqldb;).
-annotations = {"cis20": ["CIS 8", "CIS 11"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1190"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect GCP Storage access from a new IP - Rule]
-type = detection
-asset_type = GCP Storage Bucket
-confidence = medium
-explanation = This search looks at GCP Storage bucket-access logs and detects new or previously unseen remote IP addresses that have successfully accessed a GCP Storage bucket.
-how_to_implement = This search relies on the Splunk Add-on for Google Cloud Platform, setting up a Cloud Pub/Sub input, along with the relevant GCP PubSub topics and logging sink to capture GCP Storage Bucket events (https://cloud.google.com/logging/docs/routing/overview). In order to capture public GCP Storage Bucket access logs, you must also enable storage bucket logging to your PubSub Topic as per https://cloud.google.com/storage/docs/access-logs. These logs are deposited into the nominated Storage Bucket on an hourly basis and typically show up by 15 minutes past the hour. It is recommended to configure any saved searches or correlation searches in Enterprise Security to run on an hourly basis at 30 minutes past the hour (cron definition of 30 * * * *). A lookup table (previously_seen_gcp_storage_access_from_remote_ip.csv) stores the previously seen access requests, and is used by this search to determine any newly seen IP addresses accessing the Storage Buckets.
-annotations = {"cis20": ["CIS 13", "CIS 14"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1530"], "nist": ["PR.DS", "PR.AC", "DE.CM"]}
-known_false_positives = GCP Storage buckets can be accessed from any IP (if the ACLs are open to allow it), as long as it can make a successful connection. This will be a false postive, since the search is looking for a new IP within the past two hours.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect HTML Help Renamed - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies a renamed instance of hh.exe (HTML Help) executing a Compiled HTML Help (CHM). This particular technique will load Windows script code from a compiled help file. CHM files may contain nearly any file type embedded, but only execute html/htm. Upon a successful execution, the following script engines may be used for execution - JScript, VBScript, VBScript.Encode, JScript.Encode, JScript.Compact. Analyst may identify vbscript.dll or jscript.dll loading into hh.exe upon execution. The "htm" and "html" file extensions were the only extensions observed to be supported for the execution of Shortcut commands or WSH script code. During investigation, identify script content origination. Validate it is the legitimate version of hh.exe by reviewing the PE metadata. hh.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Tune and filter known instances where renamed hh.exe may be used.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely a renamed instance of hh.exe will be used legitimately, filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect HTML Help Spawn Child Process - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies hh.exe (HTML Help) execution of a Compiled HTML Help (CHM) that spawns a child process. This particular technique will load Windows script code from a compiled help file. CHM files may contain nearly any file type embedded, but only execute html/htm. Upon a successful execution, the following script engines may be used for execution - JScript, VBScript, VBScript.Encode, JScript.Encode, JScript.Compact. Analyst may identify vbscript.dll or jscript.dll loading into hh.exe upon execution. The "htm" and "html" file extensions were the only extensions observed to be supported for the execution of Shortcut commands or WSH script code. During investigation, identify script content origination. Review child process events and investigate further. hh.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications (ex. web browsers) may spawn a child process. Filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect HTML Help URL in Command Line - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies hh.exe (HTML Help) execution of a Compiled HTML Help (CHM) file from a remote url. This particular technique will load Windows script code from a compiled help file. CHM files may contain nearly any file type embedded, but only execute html/htm. Upon a successful execution, the following script engines may be used for execution - JScript, VBScript, VBScript.Encode, JScript.Encode, JScript.Compact. Analyst may identify vbscript.dll or jscript.dll loading into hh.exe upon execution. The "htm" and "html" file extensions were the only extensions observed to be supported for the execution of Shortcut commands or WSH script code. During investigation, identify script content origination. Review reputation of remote IP and domain. Some instances, it is worth decompiling the .chm file to review its original contents. hh.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may retrieve a CHM remotely, filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect HTML Help Using InfoTech Storage Handlers - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies hh.exe (HTML Help) execution of a Compiled HTML Help (CHM) file using InfoTech Storage Handlers. This particular technique will load Windows script code from a compiled help file, using InfoTech Storage Handlers. itss.dll will load upon execution. Three InfoTech Storage handlers are supported - ms-its, its, mk:@MSITStore. ITSS may be used to launch a specific html/htm file from within a CHM file. CHM files may contain nearly any file type embedded. Upon a successful execution, the following script engines may be used for execution - JScript, VBScript, VBScript.Encode, JScript.Encode, JScript.Compact. Analyst may identify vbscript.dll or jscript.dll loading into hh.exe upon execution. The "htm" and "html" file extensions were the only extensions observed to be supported for the execution of Shortcut commands or WSH script code. During investigation, identify script content origination. hh.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It is rare to see instances of InfoTech Storage Handlers being used, but it does happen in some legitimate instances. Filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect IPv6 Network Infrastructure Threats - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = By enabling IPv6 First Hop Security as a Layer 2 Security measure on the organization's network devices, we will be able to detect various attacks such as packet forging in the Infrastructure.
-how_to_implement = This search uses a standard SPL query on logs from Cisco Network devices. The network devices must be configured with one or more First Hop Security measures such as RA Guard, DHCP Guard and/or device tracking. See References for more information. The search also requires that the Cisco Networks Add-on for Splunk (https://splunkbase.splunk.com/app/1467) is used to parse the logs from the Cisco network devices.
-annotations = {"cis20": ["CIS 1", "CIS 11"], "kill_chain_phases": ["Reconnaissance", "Delivery", "Actions on Objectives"], "mitre_attack": ["T1200", "T1498", "T1557.002"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = None currently known
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Large Outbound ICMP Packets - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for outbound ICMP packets with a packet size larger than 1,000 bytes. Various threat actors have been known to use ICMP as a command and control channel for their attack infrastructure. Large ICMP packets from an endpoint to a remote host may be indicative of this activity.
-how_to_implement = In order to run this search effectively, we highly recommend that you leverage the Assets and Identity framework. It is important that you have a good understanding of how your network segments are designed and that you are able to distinguish internal from external address space. Add a category named `internal` to the CIDRs that host the company's assets in the `assets_by_cidr.csv` lookup file, which is located in `$SPLUNK_HOME/etc/apps/SA-IdentityManagement/lookups/`. More information on updating this lookup can be found here: https://docs.splunk.com/Documentation/ES/5.0.0/Admin/Addassetandidentitydata. This search also requires you to be ingesting your network traffic and populating the Network_Traffic data model
-annotations = {"cis20": ["CIS 9", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1095"], "nist": ["DE.AE"]}
-known_false_positives = ICMP packets are used in a variety of ways to help troubleshoot networking issues and ensure the proper flow of traffic. As such, it is possible that a large ICMP packet could be perfectly legitimate. If large ICMP packets are associated with command and control traffic, there will typically be a large number of these packets observed over time. If the search is providing a large number of false positives, you can modify the macro `detect_large_outbound_icmp_packets_filter` to adjust the byte threshold or add specific IP addresses to an allow list.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Long DNS TXT Record Response - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search is used to detect attempts to use DNS tunneling, by calculating the length of responses to DNS TXT queries. Endpoints using DNS as a method of transmission for data exfiltration, command and control, or evasion of security controls can often be detected by noting unusually large volumes of DNS traffic. Deprecated because this detection should focus on DNS queries instead of DNS responses.
-how_to_implement = To successfully implement this search you need to ingest data from your DNS logs, or monitor DNS traffic using Stream, Bro or something similar. Specifically, this query requires that the DNS data model is populated with information regarding the DNS record type that is being returned as well as the data in the answer section of the protocol.
-annotations = {"cis20": ["CIS 8", "CIS 12", "CIS 13"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1048.003"], "nist": ["PR.DS", "PR.PT", "DE.AE", "DE.CM"]}
-known_false_positives = It's possible that legitimate TXT record responses can be long enough to trigger this search. You can modify the packet threshold for this search to help mitigate false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect MSHTA Url in Command Line - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This analytic identifies when Microsoft HTML Application Host (mshta.exe) utility is used to make remote http connections. Adversaries may use mshta.exe to proxy the download and execution of remote .hta files. The analytic identifies command line arguments of http and https being used. This technique is commonly used by malicious software to bypass preventative controls. The search will return the first time and last time these command-line arguments were used for these executions, as well as the target system, the user, process "rundll32.exe" and its parent process.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1218.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It is possible legitimate applications may perform this behavior and will need to be filtered.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Mimikatz Using Loaded Images - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search looks for reading loaded Images unique to credential dumping with Mimikatz. Deprecated because mimikatz libraries changed and very noisy sysmon Event Code.
-how_to_implement = This search needs Sysmon Logs and a sysmon configuration, which includes EventCode 7 with powershell.exe. This search uses an input macro named `sysmon`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Sysmon logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-annotations = {"cis20": ["CIS 6", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.AE", "DE.CM"]}
-known_false_positives = Other tools can import the same DLLs. These tools should be part of a whitelist. False positives may be present with any process that authenticates or uses credentials, PowerShell included. Filter based on parent process.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Mimikatz Via PowerShell And EventCode 4703 - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search looks for PowerShell requesting privileges consistent with credential dumping. Deprecated, looks like things changed from a logging perspective.
-how_to_implement = You must be ingesting Windows Security logs. You must also enable the account change auditing here: http://docs.splunk.com/Documentation/Splunk/7.0.2/Data/MonitorWindowseventlogdata. Additionally, this search requires you to enable your Group Management Audit Logs in your Local Windows Security Policy and to be ingesting those logs. More information on how to enable them can be found here: http://whatevernetworks.com/auditing-group-membership-changes-in-active-directory/. Finally, please make sure that the local administrator group name is "Administrators" to be able to look for the right group membership changes.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["PR.IP", "PR.AC", "DE.CM"]}
-known_false_positives = The activity may be legitimate. PowerShell is often used by administrators to perform various tasks, and it's possible this event could be generated in those cases. In these cases, false positives should be fairly obvious and you may need to tweak the search to eliminate noise.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect New Local Admin account - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search looks for newly created accounts that have been elevated to local administrators.
-how_to_implement = You must be ingesting Windows event logs using the Splunk Windows TA and collecting event code 4720 and 4732
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives", "Command and Control"], "mitre_attack": ["T1136.001"], "nist": ["PR.AC", "DE.CM"]}
-known_false_positives = The activity may be legitimate. For this reason, it's best to verify the account with an administrator and ask whether there was a valid service request for the account creation. If your local administrator group name is not "Administrators", this search may generate an excessive number of false positives
-providing_technologies = []
-
-[savedsearch://ESCU - Detect New Login Attempts to Routers - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search queries the authentication logs for assets that are categorized as routers in the ES Assets and Identity Framework, to identify connections that have not been seen before in the last 30 days.
-how_to_implement = To successfully implement this search, you must ensure the network router devices are categorized as "router" in the Assets and identity table. You must also populate the Authentication data model with logs related to users authenticating to routing infrastructure.
-annotations = {"cis20": ["CIS 11"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["PR.PT", "PR.AC", "PR.IP"]}
-known_false_positives = Legitimate router connections may appear as new connections
-providing_technologies = []
-
-[savedsearch://ESCU - Detect New Open GCP Storage Buckets - Rule]
-type = detection
-asset_type = GCP Storage Bucket
-confidence = medium
-explanation = This search looks for GCP PubSub events where a user has created an open/public GCP Storage bucket.
-how_to_implement = This search relies on the Splunk Add-on for Google Cloud Platform, setting up a Cloud Pub/Sub input, along with the relevant GCP PubSub topics and logging sink to capture GCP Storage Bucket events (https://cloud.google.com/logging/docs/routing/overview).
-annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1530"], "nist": ["PR.DS", "PR.AC", "DE.CM"]}
-known_false_positives = While this search has no known false positives, it is possible that a GCP admin has legitimately created a public bucket for a specific purpose. That said, GCP strongly advises against granting full control to the "allUsers" group.
-providing_technologies = []
-
[savedsearch://ESCU - Detect New Open S3 Buckets over AWS CLI - Rule]
type = detection
asset_type = S3 Bucket
@@ -2371,243 +547,6 @@ annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives
known_false_positives = While this search has no known false positives, it is possible that an AWS admin has legitimately created a public bucket for a specific purpose. That said, AWS strongly advises against granting full control to the "All Users" group.
providing_technologies = []
-[savedsearch://ESCU - Detect Oulook exe writing a zip file - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for execution of process `outlook.exe` where the process is writing a `.zip` file to the disk.
-how_to_implement = You must be ingesting data that records filesystem and process activity from your hosts to populate the Endpoint data model. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon.
-annotations = {"cis20": ["CIS 7", "CIS 8"], "kill_chain_phases": ["Installation", "Actions on Objectives"], "mitre_attack": ["T1566.001"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = It is not uncommon for outlook to write legitimate zip files to the disk.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Outbound SMB Traffic - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for outbound SMB connections made by hosts within your network to the Internet. SMB traffic is used for Windows file-sharing activity. One of the techniques often used by attackers involves retrieving the credential hash using an SMB request made to a compromised server controlled by the threat actor.
-how_to_implement = In order to run this search effectively, we highly recommend that you leverage the Assets and Identity framework. It is important that you have good understanding of how your network segments are designed, and be able to distinguish internal from external address space. Add a category named `internal` to the CIDRs that host the companys assets in `assets_by_cidr.csv` lookup file, which is located in `$SPLUNK_HOME/etc/apps/SA-IdentityManagement/lookups/`. More information on updating this lookup can be found here: https://docs.splunk.com/Documentation/ES/5.0.0/Admin/Addassetandidentitydata. This search also requires you to be ingesting your network traffic and populating the Network_Traffic data model
-annotations = {"cis20": ["CIS 12"], "kill_chain_phases": ["Actions on Objectives", "Command and Control"], "mitre_attack": ["T1071.002"], "nist": ["DE.CM"]}
-known_false_positives = It is likely that the outbound Server Message Block (SMB) traffic is legitimate, if the company's internal networks are not well-defined in the Assets and Identity Framework. Categorize the internal CIDR blocks as `internal` in the lookup file to avoid creating notable events for traffic destined to those CIDR blocks. Any other network connection that is going out to the Internet should be investigated and blocked. Best practices suggest preventing external communications of all SMB versions and related protocols at the network boundary.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Path Interception By Creation Of program exe - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The detection Detect Path Interception By Creation Of program exe is detecting the abuse of unquoted service paths, which is a popular technique for privilege escalation.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1574.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Port Security Violation - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = By enabling Port Security on a Cisco switch you can restrict input to an interface by limiting and identifying MAC addresses of the workstations that are allowed to access the port. When you assign secure MAC addresses to a secure port, the port does not forward packets with source addresses outside the group of defined addresses. If you limit the number of secure MAC addresses to one and assign a single secure MAC address, the workstation attached to that port is assured the full bandwidth of the port. If a port is configured as a secure port and the maximum number of secure MAC addresses is reached, when the MAC address of a workstation attempting to access the port is different from any of the identified secure MAC addresses, a security violation occurs.
-how_to_implement = This search uses a standard SPL query on logs from Cisco Network devices. The network devices must be configured with Port Security and Error Disable for this to work (see https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/25ew/configuration/guide/conf/port_sec.html) and log with a severity level of minimum "5 - notification". The search also requires that the Cisco Networks Add-on for Splunk (https://splunkbase.splunk.com/app/1467) is used to parse the logs from the Cisco network devices.
-annotations = {"cis20": ["CIS 1", "CIS 11"], "kill_chain_phases": ["Reconnaissance", "Delivery", "Exploitation", "Actions on Objectives"], "mitre_attack": ["T1200", "T1498", "T1557.002"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This search might be prone to high false positives if you have malfunctioning devices connected to your ethernet ports or if end users periodically connect physical devices to the network.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Prohibited Applications Spawning cmd exe - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for executions of cmd.exe spawned by a process that is often abused by attackers and that does not typically launch cmd.exe.
-how_to_implement = You must be ingesting data that records process activity from your hosts and populates the Endpoint data model with the resultant dataset. This search includes a lookup file, `prohibited_apps_launching_cmd.csv`, that contains a list of processes that should not be spawning cmd.exe. You can modify this lookup to better suit your environment.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1059.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = There are circumstances where an application may legitimately execute and interact with the Windows command-line interface. Investigate and modify the lookup file, as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect PsExec With accepteula Flag - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for events where `PsExec.exe` is run with the `accepteula` flag in the command line. PsExec is a built-in Windows utility that enables you to execute processes on other systems. It is fully interactive for console applications. This tool is widely used for launching interactive command prompts on remote systems. Threat actors leverage this extensively for executing code on compromised systems. If an attacker is running PsExec for the first time, they will be prompted to accept the end-user license agreement (EULA), which can be passed as the argument `accepteula` within the command line.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1021.002"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Administrators can leverage PsExec for accessing remote systems and might pass `accepteula` as an argument if they are running this tool for the first time. However, it is not likely that you'd see multiple occurrences of this event on a machine
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Rare Executables - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search will return a table of rare processes, the names of the systems running them, and the users who initiated each process.
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts and populating the endpoint data model with the resultant dataset. The macro `filter_rare_process_allow_list` searches two lookup files for allowed processes. These consist of `rare_process_allow_list_default.csv` and `rare_process_allow_list_local.csv`. To add your own processes to the allow list, add them to `rare_process_allow_list_local.csv`. If you wish to remove an entry from the default lookup file, you will have to modify the macro itself to set the allow_list value for that process to false. You can modify the limit parameter and search scheduling to better suit your environment.
-annotations = {"cis20": ["CIS 2", "CIS 8"], "kill_chain_phases": ["Installation", "Command and Control", "Actions on Objectives"], "nist": ["ID.AM", "PR.PT", "PR.DS", "DE.CM"]}
-known_false_positives = Some legitimate processes may be only rarely executed in your environment. As these are identified, update `rare_process_allow_list_local.csv` to filter them out of your search results.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regasm Spawning a Process - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies regasm.exe spawning a process. This particular technique has been used in the wild to bypass application control products. Regasm.exe and Regsvcs.exe are signed by Microsoft. Spawning of a child process is rare from either process and should be investigated further. During investigation, identify and retrieve the content being loaded. Review parallel processes for additional suspicious behavior. Gather any other file modifications and review accordingly. regsvcs.exe and regasm.exe are natively found in C:\Windows\Microsoft.NET\Framework\v*\regasm|regsvcs.exe and C:\Windows\Microsoft.NET\Framework64\v*\regasm|regsvcs.exe.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a false positive. Filter based endpoint usage, command line arguments, or process lineage.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regasm with Network Connection - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies regasm.exe with a network connection to a public IP address, exluding private IP space. This particular technique has been used in the wild to bypass application control products. Regasm.exe and Regsvcs.exe are signed by Microsoft. By contacting a remote command and control server, the adversary will have the ability to escalate privileges and complete the objectives. During investigation, identify and retrieve the content being loaded. Review parallel processes for additional suspicious behavior. Gather any other file modifications and review accordingly. Review the reputation of the remote IP or domain and block as needed. regsvcs.exe and regasm.exe are natively found in C:\Windows\Microsoft.NET\Framework\v*\regasm|regsvcs.exe and C:\Windows\Microsoft.NET\Framework64\v*\regasm|regsvcs.exe.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances of regasm.exe with a network connection may cause a false positive. Filter based endpoint usage, command line arguments, or process lineage.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regasm with no Command Line Arguments - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies regasm.exe with no command line arguments. This particular behavior occurs when another process injects into regasm.exe, no command line arguments will be present. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. Regasm.exe are natively found in C:\Windows\Microsoft.NET\Framework\v*\regasm|regsvcs.exe and C:\Windows\Microsoft.NET\Framework64\v*\regasm|regsvcs.exe.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances of regasm.exe or may cause a false positive. Filter based endpoint usage, command line arguments, or process lineage.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regsvcs Spawning a Process - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies regsvcs.exe spawning a process. This particular technique has been used in the wild to bypass application control products. Regasm.exe and Regsvcs.exe are signed by Microsoft. Spawning of a child process is rare from either process and should be investigated further. During investigation, identify and retrieve the content being loaded. Review parallel processes for additional suspicious behavior. Gather any other file modifications and review accordingly. regsvcs.exe and regasm.exe are natively found in C:\Windows\Microsoft.NET\Framework\v*\regasm|regsvcs.exe and C:\Windows\Microsoft.NET\Framework64\v*\regasm|regsvcs.exe.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a false positive. Filter based endpoint usage, command line arguments, or process lineage.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regsvcs with Network Connection - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies Regsvcs.exe with a network connection to a public IP address, exluding private IP space. This particular technique has been used in the wild to bypass application control products. Regasm.exe and Regsvcs.exe are signed by Microsoft. By contacting a remote command and control server, the adversary will have the ability to escalate privileges and complete the objectives. During investigation, identify and retrieve the content being loaded. Review parallel processes for additional suspicious behavior. Gather any other file modifications and review accordingly. Review the reputation of the remote IP or domain and block as needed. regsvcs.exe and regasm.exe are natively found in C:\Windows\Microsoft.NET\Framework\v*\regasm|regsvcs.exe and C:\Windows\Microsoft.NET\Framework64\v*\regasm|regsvcs.exe.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances of regsvcs.exe may cause a false positive. Filter based endpoint usage, command line arguments, or process lineage.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regsvcs with No Command Line Arguments - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies regsvcs.exe with no command line arguments. This particular behavior occurs when another process injects into regsvcs.exe, no command line arguments will be present. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. Regasm.exe are natively found in C:\Windows\Microsoft.NET\Framework\v*\regasm|regsvcs.exe and C:\Windows\Microsoft.NET\Framework64\v*\regasm|regsvcs.exe.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.009"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances of regsvcs.exe may cause a false positive. Filter based endpoint usage, command line arguments, or process lineage.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Regsvr32 Application Control Bypass - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Adversaries may abuse Regsvr32.exe to proxy execution of malicious code. Regsvr32.exe is a command-line program used to register and unregister object linking and embedding controls, including dynamic link libraries (DLLs), on Windows systems. Regsvr32.exe is also a Microsoft signed binary.This variation of the technique is often referred to as a "Squiblydoo" attack. \
-Upon investigating, look for network connections to remote destinations (internal or external). Be cautious to modify the query to look for "scrobj.dll", the ".dll" is not required to load scrobj. "scrobj.dll" will be loaded by "regsvr32.exe" upon execution.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model. Tune the query by modifying/removing the !=regsv32.exe.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.010"], "nist": ["DE.CM"]}
-known_false_positives = Limited false positives related to third party software registering .DLL's.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Rogue DHCP Server - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = By enabling DHCP Snooping as a Layer 2 Security measure on the organization's network devices, we will be able to detect unauthorized DHCP servers handing out DHCP leases to devices on the network (Man in the Middle attack).
-how_to_implement = This search uses a standard SPL query on logs from Cisco Network devices. The network devices must be configured with DHCP Snooping enabled (see https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-0_2_EX/security/configuration_guide/b_sec_152ex_2960-x_cg/b_sec_152ex_2960-x_cg_chapter_01101.html) and log with a severity level of minimum "5 - notification". The search also requires that the Cisco Networks Add-on for Splunk (https://splunkbase.splunk.com/app/1467) is used to parse the logs from the Cisco network devices.
-annotations = {"cis20": ["CIS 1", "CIS 11"], "kill_chain_phases": ["Reconnaissance", "Delivery", "Actions on Objectives"], "mitre_attack": ["T1200", "T1498", "T1557"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This search might be prone to high false positives if DHCP Snooping has been incorrectly configured or in the unlikely event that the DHCP server has been moved to another network interface.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Rundll32 Application Control Bypass - advpack - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies rundll32.exe loading advpack.dll and ieadvpack.dll by calling the LaunchINFSection function on the command line. This particular technique will load script code from a file. Upon a successful execution, the following module loads may occur - clr.dll, jscript.dll and scrobj.dll. During investigation, identify script content origination. Generally, a child process will spawn from rundll32.exe, but that may be bypassed based on script code contents. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64. During investigation, review any network connections and obtain the script content executed. It's possible other files are on disk.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use advpack.dll or ieadvpack.dll, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Rundll32 Application Control Bypass - setupapi - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies rundll32.exe loading setupapi.dll and iesetupapi.dll by calling the LaunchINFSection function on the command line. This particular technique will load script code from a file. Upon a successful execution, the following module loads may occur - clr.dll, jscript.dll and scrobj.dll. During investigation, identify script content origination. Generally, a child process will spawn from rundll32.exe, but that may be bypassed based on script code contents. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64. During investigation, review any network connections and obtain the script content executed. It's possible other files are on disk.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use setupapi triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Rundll32 Application Control Bypass - syssetup - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies rundll32.exe loading syssetup.dll by calling the LaunchINFSection function on the command line. This particular technique will load script code from a file. Upon a successful execution, the following module loads may occur - clr.dll, jscript.dll and scrobj.dll. During investigation, identify script content origination. Generally, a child process will spawn from rundll32.exe, but that may be bypassed based on script code contents. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64. During investigation, review any network connections and obtain the script content executed. It's possible other files are on disk.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use syssetup.dll, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Rundll32 Inline HTA Execution - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies "rundll32.exe" execution with inline protocol handlers. "JavaScript", "VBScript", and "About" are the only supported options when invoking HTA content directly on the command-line. This type of behavior is commonly observed with fileless malware or application whitelisting bypass techniques. The search will return the first time and last time these command-line arguments were used for these executions, as well as the target system, the user, process "rundll32.exe" and its parent process.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1218.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may exhibit this behavior, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect S3 access from a new IP - Rule]
-type = detection
-asset_type = S3 Bucket
-confidence = medium
-explanation = This search looks at S3 bucket-access logs and detects new or previously unseen remote IP addresses that have successfully accessed an S3 bucket.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your S3 access logs' inputs. This search works best when you run the "Previously Seen S3 Bucket Access by Remote IP" support search once to create a history of previously seen remote IPs and bucket names.
-annotations = {"cis20": ["CIS 13", "CIS 14"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1530"], "nist": ["PR.DS", "PR.AC", "DE.CM"]}
-known_false_positives = S3 buckets can be accessed from any IP, as long as it can make a successful connection. This will be a false postive, since the search is looking for a new IP within the past hour
-providing_technologies = []
-
-[savedsearch://ESCU - Detect SNICat SNI Exfiltration - Rule]
-type = detection
-asset_type = Network
-confidence = medium
-explanation = This search looks for commands that the SNICat tool uses in the TLS SNI field.
-how_to_implement = You must be ingesting Zeek SSL data into Splunk. Zeek data should also be getting ingested in JSON format. We are detecting when any of the predefined SNICat commands are found within the server_name (SNI) field. These commands are LIST, LS, SIZE, LD, CB, EX, ALIVE, EXIT, WHERE, and finito. You can go further once this has been detected, and run other searches to decode the SNI data to prove or disprove if any data exfiltration has taken place.
-annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1041"], "nist": ["PR.DS", "DE.CM", "DE.AE"]}
-known_false_positives = Unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Software Download To Network Device - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = Adversaries may abuse netbooting to load an unauthorized network device operating system from a Trivial File Transfer Protocol (TFTP) server. TFTP boot (netbooting) is commonly used by network administrators to load configuration-controlled network device images from a centralized management server. Netbooting is one option in the boot sequence and can be used to centralize, manage, and control device images.
-how_to_implement = This search looks for Network Traffic events to TFTP, FTP or SSH/SCP ports from network devices. Make sure to tag any network devices as network, router or switch in order for this detection to work. If the TFTP traffic doesn't traverse a firewall nor packet inspection, these events will not be logged. This is typically an issue if the TFTP server is on the same subnet as the network device. There is also a chance of the network device loading software using a DHCP assigned IP address (netboot) which is not in the Asset inventory.
-annotations = {"cis20": ["CIS 1", "CIS 11"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1542.005"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This search will also report any legitimate attempts of software downloads to network devices as well as outbound SSH sessions from network devices.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Spike in AWS API Activity - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search will detect users creating spikes of API activity in your AWS environment. It will also update the cache file that factors in the latest data. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. You can modify `dataPointThreshold` and `deviationThreshold` to better fit your environment. The `dataPointThreshold` variable is the minimum number of data points required to have a statistically significant amount of data to determine. The `deviationThreshold` variable is the number of standard deviations away from the mean that the value must be to be considered a spike.\
-This search produces fields (`eventName`,`numberOfApiCalls`,`uniqueApisCalled`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** AWS Event Name, **Field:** eventName\
-1. \
-1. **Label:** Number of API Calls, **Field:** numberOfApiCalls\
-1. \
-1. **Label:** Unique API Calls, **Field:** uniqueApisCalled\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1078.004"], "nist": ["DE.DP", "DE.CM", "PR.AC"]}
-known_false_positives =
-providing_technologies = []
-
[savedsearch://ESCU - Detect Spike in AWS Security Hub Alerts for EC2 Instance - Rule]
type = detection
asset_type = AWS Instance
@@ -2618,964 +557,6 @@ annotations = {"cis20": ["CIS 13"], "nist": ["DE.DP", "DE.AE"]}
known_false_positives = None
providing_technologies = []
-[savedsearch://ESCU - Detect Spike in AWS Security Hub Alerts for User - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for a spike in number of of AWS security Hub alerts for an AWS IAM User in 4 hours intervals.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your Security Hub inputs. The threshold_value should be tuned to your environment and schedule these searches according to the bucket span interval.
-annotations = {"cis20": ["CIS 13"], "nist": ["DE.DP", "DE.AE"]}
-known_false_positives = None
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Spike in Network ACL Activity - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search will detect users creating spikes in API activity related to network access-control lists (ACLs)in your AWS environment. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. You can modify `dataPointThreshold` and `deviationThreshold` to better fit your environment. The `dataPointThreshold` variable is the minimum number of data points required to have a statistically significant amount of data to determine. The `deviationThreshold` variable is the number of standard deviations away from the mean that the value must be to be considered a spike. This search works best when you run the "Baseline of Network ACL Activity by ARN" support search once to create a lookup file of previously seen Network ACL Activity. To add or remove API event names related to network ACLs, edit the macro `network_acl_events`.
-annotations = {"cis20": ["CIS 12", "CIS 11"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1562.007"], "nist": ["DE.DP", "DE.CM", "PR.AC"]}
-known_false_positives = The false-positive rate may vary based on the values of`dataPointThreshold` and `deviationThreshold`. Please modify this according the your environment.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Spike in S3 Bucket deletion - Rule]
-type = detection
-asset_type = S3 Bucket
-confidence = medium
-explanation = This search detects users creating spikes in API activity related to deletion of S3 buckets in your AWS environment. It will also update the cache file that factors in the latest data.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. You can modify `dataPointThreshold` and `deviationThreshold` to better fit your environment. The `dataPointThreshold` variable is the minimum number of data points required to have a statistically significant amount of data to determine. The `deviationThreshold` variable is the number of standard deviations away from the mean that the value must be to be considered a spike. This search works best when you run the "Baseline of S3 Bucket deletion activity by ARN" support search once to create a baseline of previously seen S3 bucket-deletion activity.
-annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1530"], "nist": ["DE.DP", "DE.CM", "PR.AC"]}
-known_false_positives = Based on the values of`dataPointThreshold` and `deviationThreshold`, the false positive rate may vary. Please modify this according the your environment.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Spike in Security Group Activity - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search will detect users creating spikes in API activity related to security groups in your AWS environment. It will also update the cache file that factors in the latest data. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. You can modify `dataPointThreshold` and `deviationThreshold` to better fit your environment. The `dataPointThreshold` variable is the minimum number of data points required to have a statistically significant amount of data to determine. The `deviationThreshold` variable is the number of standard deviations away from the mean that the value must be to be considered a spike.This search works best when you run the "Baseline of Security Group Activity by ARN" support search once to create a history of previously seen Security Group Activity. To add or remove API event names for security groups, edit the macro `security_group_api_calls`.
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1078.004"], "nist": ["DE.DP", "DE.CM", "PR.AC"]}
-known_false_positives = Based on the values of`dataPointThreshold` and `deviationThreshold`, the false positive rate may vary. Please modify this according the your environment.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Spike in blocked Outbound Traffic from your AWS - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search will detect spike in blocked outbound network connections originating from within your AWS environment. It will also update the cache file that factors in the latest data.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your VPC Flow logs. You can modify `dataPointThreshold` and `deviationThreshold` to better fit your environment. The `dataPointThreshold` variable is the number of data points required to meet the definition of "spike." The `deviationThreshold` variable is the number of standard deviations away from the mean that the value must be to be considered a spike. This search works best when you run the "Baseline of Blocked Outbound Connection" support search once to create a history of previously seen blocked outbound connections.
-annotations = {"cis20": ["CIS 11"], "kill_chain_phases": ["Actions on Objectives", "Command and Control"], "nist": ["DE.AE", "DE.CM", "PR.AC"]}
-known_false_positives = The false-positive rate may vary based on the values of`dataPointThreshold` and `deviationThreshold`. Additionally, false positives may result when AWS administrators roll out policies enforcing network blocks, causing sudden increases in the number of blocked outbound connections.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Traffic Mirroring - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = Adversaries may leverage traffic mirroring in order to automate data exfiltration over compromised network infrastructure. Traffic mirroring is a native feature for some network devices and used for network analysis and may be configured to duplicate traffic and forward to one or more destinations for analysis by a network analyzer or other monitoring device.
-how_to_implement = This search uses a standard SPL query on logs from Cisco Network devices. The network devices must log with a severity level of minimum "5 - notification". The search also requires that the Cisco Networks Add-on for Splunk (https://splunkbase.splunk.com/app/1467) is used to parse the logs from the Cisco network devices and that the devices have been configured according to the documentation of the Cisco Networks Add-on. Also note that an attacker may disable logging from the device prior to enabling traffic mirroring.
-annotations = {"cis20": ["CIS 1", "CIS 11"], "kill_chain_phases": ["Delivery", "Actions on Objectives"], "mitre_attack": ["T1200", "T1498", "T1020.001"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This search will return false positives for any legitimate traffic captures by network administrators.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect USB device insertion - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search is used to detect hosts that generate Windows Event ID 4663 for successful attempts to write to or read from a removable storage and Event ID 4656 for failures, which occurs when a USB drive is plugged in. In this scenario we are querying the Change_Analysis data model to look for Windows Event ID 4656 or 4663 where the priority of the affected host is marked as high in the ES Assets and Identity Framework.
-how_to_implement = To successfully implement this search, you must ingest Windows Security Event logs and track event code 4663 and 4656. Ensure that the field from the event logs is being mapped to the result_id field in the Change_Analysis data model. To minimize the alert volume, this search leverages the Assets and Identity framework to filter out events from those assets not marked high priority in the Enterprise Security Assets and Identity Framework.
-annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Installation", "Actions on Objectives"], "nist": ["PR.PT", "PR.DS"]}
-known_false_positives = Legitimate USB activity will also be detected. Please verify and investigate as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Unauthorized Assets by MAC address - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = By populating the organization's assets within the assets_by_str.csv, we will be able to detect unauthorized devices that are trying to connect with the organization's network by inspecting DHCP request packets, which are issued by devices when they attempt to obtain an IP address from the DHCP server. The MAC address associated with the source of the DHCP request is checked against the list of known devices, and reports on those that are not found.
-how_to_implement = This search uses the Network_Sessions data model shipped with Enterprise Security. It leverages the Assets and Identity framework to populate the assets_by_str.csv file located in SA-IdentityManagement, which will contain a list of known authorized organizational assets including their MAC addresses. Ensure that all inventoried systems have their MAC address populated.
-annotations = {"cis20": ["CIS 1"], "kill_chain_phases": ["Reconnaissance", "Delivery", "Actions on Objectives"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This search might be prone to high false positives. Please consider this when conducting analysis or investigations. Authorized devices may be detected as unauthorized. If this is the case, verify the MAC address of the system responsible for the false positive and add it to the Assets and Identity framework with the proper information.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Use of cmd exe to Launch Script Interpreters - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the execution of the cscript.exe or wscript.exe processes, with a parent of cmd.exe. The search will return the count, the first and last time this execution was seen on a machine, the user, and the destination of the machine
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts to populate the endpoint data model in the processes node. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1059.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Some legitimate applications may exhibit this behavior.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Windows DNS SIGRed via Splunk Stream - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects SIGRed via Splunk Stream.
-how_to_implement = You must be ingesting Splunk Stream DNS and Splunk Stream TCP. We are detecting SIG and KEY records via stream:dns and TCP payload over 65KB in size via stream:tcp. Replace the macro definitions ('stream:dns' and 'stream:tcp') with configurations for your Splunk environment.
-annotations = {"cis20": ["CIS 8", "CIS 12"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1203"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Windows DNS SIGRed via Zeek - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects SIGRed via Zeek DNS and Zeek Conn data.
-how_to_implement = You must be ingesting Zeek DNS and Zeek Conn data into Splunk. Zeek data should also be getting ingested in JSON format. We are detecting SIG and KEY records via bro:dns:json and TCP payload over 65KB in size via bro:conn:json. The Network Resolution and Network Traffic datamodels are in use for this search.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1203"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect Zerologon via Zeek - Rule]
-type = detection
-asset_type = Network
-confidence = medium
-explanation = This search detects attempts to run exploits for the Zerologon CVE-2020-1472 vulnerability via Zeek RPC
-how_to_implement = You must be ingesting Zeek DCE-RPC data into Splunk. Zeek data should also be getting ingested in JSON format. We are detecting when all three RPC operations (NetrServerReqChallenge, NetrServerAuthenticate3, NetrServerPasswordSet2) are splunk_security_essentials_app via bro:rpc:json. These three operations are then correlated on the Zeek UID field.
-annotations = {"cis20": ["CIS 8", "CIS 11"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1190"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Detect attackers scanning for vulnerable JBoss servers - Rule]
-type = detection
-asset_type = Web Server
-confidence = medium
-explanation = This search looks for specific GET or HEAD requests to web servers that are indicative of reconnaissance attempts to identify vulnerable JBoss servers. JexBoss is described as the exploit tool of choice for this malicious activity.
-how_to_implement = You must be ingesting data from the web server or network traffic that contains web specific information, and populating the Web data model.
-annotations = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1082"]}
-known_false_positives = It's possible for legitimate HTTP requests to be made to URLs containing the suspicious paths.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect hosts connecting to dynamic domain providers - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Malicious actors often abuse legitimate Dynamic DNS services to host malicious payloads or interactive command and control nodes. Attackers will automate domain resolution changes by routing dynamic domains to countless IP addresses to circumvent firewall blocks, block lists as well as frustrate a network defenders analytic and investigative processes. This search will look for DNS queries made from within your infrastructure to suspicious dynamic domains.
-how_to_implement = First, you'll need to ingest data from your DNS operations. This can be done by ingesting logs from your server or data, collected passively by Splunk Stream or a similar solution. Specifically, data that contains the domain that is being queried and the IP of the host originating the request must be populating the `Network_Resolution` data model. This search also leverages a lookup file, `dynamic_dns_providers_default.csv`, which contains a non-exhaustive list of Dynamic DNS providers. Please consider updating the local lookup periodically by adding new domains to the list of `dynamic_dns_providers_local.csv`.\
-This search produces fields (query, answer, isDynDNS) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable event. To see the additional metadata, add the following fields, if not already present, to Incident Review. Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** DNS Query, **Field:** query\
-1. \
-1. **Label:** DNS Answer, **Field:** answer\
-1. \
-1. **Label:** IsDynamicDNS, **Field:** isDynDNS\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 8", "CIS 12", "CIS 13"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1189"], "nist": ["PR.DS", "PR.PT", "DE.AE", "DE.CM"]}
-known_false_positives = Some users and applications may leverage Dynamic DNS to reach out to some domains on the Internet since dynamic DNS by itself is not malicious, however this activity must be verified.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect malicious requests to exploit JBoss servers - Rule]
-type = detection
-asset_type = Web Server
-confidence = medium
-explanation = This search is used to detect malicious HTTP requests crafted to exploit jmx-console in JBoss servers. The malicious requests have a long URL length, as the payload is embedded in the URL.
-how_to_implement = You must ingest data from the web server or capture network data that contains web specific information with solutions such as Bro or Splunk Stream, and populating the Web data model
-annotations = {"cis20": ["CIS 12", "CIS 4", "CIS 18"], "kill_chain_phases": ["Delivery"], "nist": ["ID.RA", "PR.PT", "PR.IP", "DE.AE", "PR.MA", "DE.CM"]}
-known_false_positives = No known false positives for this detection.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect mshta inline hta execution - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies "mshta.exe" execution with inline protocol handlers. "JavaScript", "VBScript", and "About" are the only supported options when invoking HTA content directly on the command-line. The search will return the first time and last time these command-line arguments were used for these executions, as well as the target system, the user, process "mshta.exe" and its parent process.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1218.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may exhibit this behavior, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect mshta renamed - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies renamed instances of mshta.exe executing. Mshta.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64. This analytic utilizes the internal name of the PE to identify if is the legitimate mshta binary. Further analysis should be performed to review the executed content and validation it is the real mshta.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1218.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use a moved copy of mshta.exe, but never renamed, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect new API calls from user roles - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search detects new API calls that have either never been seen before or that have not been seen in the previous hour, where the identity type is `AssumedRole`.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. This search works best when you run the "Previously seen API call per user roles in CloudTrail" support search once to create a history of previously seen user roles.
-annotations = {"cis20": ["CIS 1"], "mitre_attack": ["T1078.004"], "nist": ["ID.AM"]}
-known_false_positives = It is possible that there are legitimate user roles making new or infrequently used API calls in your infrastructure, causing the search to trigger.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect new user AWS Console Login - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for CloudTrail events wherein a console login event by a user was recorded within the last hour, then compares the event to a lookup file of previously seen users (by ARN values) who have logged into the console. The alert is fired if the user has logged into the console for the first time within the last hour. Deprecated now this search is updated to use the Authentication datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Run the "Previously seen users in CloudTrail" support search only once to create a baseline of previously seen IAM users within the last 30 days. Run "Update previously seen users in CloudTrail" hourly (or more frequently depending on how often you run the detection searches) to refresh the baselines.
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1078.004"], "nist": ["DE.DP", "DE.AE"]}
-known_false_positives = When a legitimate new user logins for the first time, this activity will be detected. Check how old the account is and verify that the user activity is legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect processes used for System Network Configuration Discovery - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for fast execution of processes used for system network configuration discovery on the endpoint.
-how_to_implement = You must be ingesting data that records registry activity from your hosts to populate the Endpoint data model in the processes node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon. The data used for this search is usually generated via logs that report reads and writes to the registry or that are populated via Windows event logs, after enabling process tracking in your Windows audit settings.
-annotations = {"cis20": ["CIS 2"], "kill_chain_phases": ["Installation", "Command and Control", "Actions on Objectives"], "mitre_attack": ["T1016"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = It is uncommon for normal users to execute a series of commands used for network discovery. System administrators often use scripts to execute these commands. These can generate false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Detect web traffic to dynamic domain providers - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for web connections to dynamic DNS providers.
-how_to_implement = This search requires you to be ingesting web-traffic logs. You can obtain these logs from indexing data from a web proxy or by using a network-traffic-analysis tool, such as Bro or Splunk Stream. The web data model must contain the URL being requested, the IP address of the host initiating the request, and the destination IP. This search also leverages a lookup file, `dynamic_dns_providers_default.csv`, which contains a non-exhaustive list of dynamic DNS providers. Consider periodically updating this local lookup file with new domains.\
-This search produces fields (`isDynDNS`) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. These fields contribute additional context to the notable. To see the additional metadata, add the following fields, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry):\\n1. **Label:** IsDynamicDNS, **Field:** isDynDNS\
-Detailed documentation on how to create a new field within Incident Review may be found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details` Deprecated because duplicate.
-annotations = {"cis20": ["CIS 7", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1071.001"], "nist": ["PR.IP", "DE.DP"]}
-known_false_positives = It is possible that list of dynamic DNS providers is outdated and/or that the URL being requested is legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - Detection of DNS Tunnels - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search is used to detect DNS tunneling, by calculating the sum of the length of DNS queries and DNS answers. The search also filters out potential false positives by filtering out queries made to internal systems and the queries originating from internal DNS, Web, and Email servers. Endpoints using DNS as a method of transmission for data exfiltration, command and control, or evasion of security controls can often be detected by noting an unusually large volume of DNS traffic. Deprecated because existing detection is doing the same.
-how_to_implement = To successfully implement this search, we must ensure that DNS data is being ingested and mapped to the appropriate fields in the Network_Resolution data model. Fields like src_category are automatically provided by the Assets and Identity Framework shipped with Splunk Enterprise Security. You will need to ensure you are using the Assets and Identity Framework and populating the src_category field. You will also need to enable the `cim_corporate_web_domain_search()` macro which will essentially filter out the DNS queries made to the corporate web domains to reduce alert fatigue.
-annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1048.003"], "nist": ["PR.PT", "PR.DS"]}
-known_false_positives = It's possible that normal DNS traffic will exhibit this behavior. If an alert is generated, please investigate and validate as appropriate. The threshold can also be modified to better suit your environment.
-providing_technologies = []
-
-[savedsearch://ESCU - Detection of tools built by NirSoft - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for specific command-line arguments that may indicate the execution of tools made by Nirsoft, which are legitimate, but may be abused by attackers.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3"], "kill_chain_phases": ["Installation", "Actions on Objectives"], "mitre_attack": ["T1072"], "nist": ["PR.IP"]}
-known_false_positives = While legitimate, these NirSoft tools are prone to abuse. You should verfiy that the tool was used for a legitimate purpose.
-providing_technologies = []
-
-[savedsearch://ESCU - Disabling Remote User Account Control - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for modifications to registry keys that control the enforcement of Windows User Account Control (UAC).
-how_to_implement = To successfully implement this search, you must be ingesting data that records registry activity from your hosts to populate the endpoint data model in the registry node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or via other endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report registry modifications.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1548.002"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = This registry key may be modified via administrators to implement a change in system policy. This type of change should be a very rare occurrence.
-providing_technologies = []
-
-[savedsearch://ESCU - Dump LSASS via comsvcs DLL - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Detect the usage of comsvcs.dll for dumping the lsass process.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.CM"]}
-known_false_positives = None identified.
-providing_technologies = []
-
-[savedsearch://ESCU - Dump LSASS via procdump - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Detect procdump.exe dumping the lsass process. This query looks for both -mm and -ma usage. -mm will produce a mini dump file and -ma will write a dump file with all process memory. Both are highly suspect and should be reviewed. This query does not monitor for the internal name (OriginalFileName=procdump) of the PE or look for procdump64.exe. Modify the query as needed.\
-During triage, confirm this is procdump.exe executing. If it is the first time a Sysinternals utility has been ran, it is possible there will be a -accepteula on the command line. Review other endpoint data sources for cross process (injection) into lsass.exe.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.CM"]}
-known_false_positives = None identified.
-providing_technologies = []
-
-[savedsearch://ESCU - Dump LSASS via procdump Rename - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Detect a renamed instance of procdump.exe dumping the lsass process. This query looks for both -mm and -ma usage. -mm will produce a mini dump file and -ma will write a dump file with all process memory. Both are highly suspect and should be reviewed. Modify the query as needed.\
-During triage, confirm this is procdump.exe executing. If it is the first time a Sysinternals utility has been ran, it is possible there will be a -accepteula on the command line. Review other endpoint data sources for cross process (injection) into lsass.exe.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.CM"]}
-known_false_positives = None identified.
-providing_technologies = []
-
-[savedsearch://ESCU - EC2 Instance Modified With Previously Unseen User - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for EC2 instances being modified by users who have not previously modified them. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. This search works best when you run the "Previously Seen EC2 Launches By User" support search once to create a history of previously seen ARNs. To add or remove APIs that modify an EC2 instance, edit the macro `ec2_modification_api_calls`.
-annotations = {"cis20": ["CIS 1"], "mitre_attack": ["T1078.004"], "nist": ["ID.AM"]}
-known_false_positives = It's possible that a new user will start to modify EC2 instances when they haven't before for any number of reasons. Verify with the user that is modifying instances that this is the intended behavior.
-providing_technologies = []
-
-[savedsearch://ESCU - EC2 Instance Started In Previously Unseen Region - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for CloudTrail events where an instance is started in a particular region in the last one hour and then compares it to a lookup file of previously seen regions where an instance was started
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Run the "Previously seen AWS Regions" support search only once to create of baseline of previously seen regions. This search is deprecated and have been translated to use the latest Change Datamodel.
-annotations = {"cis20": ["CIS 12"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1535"], "nist": ["DE.DP", "DE.AE"]}
-known_false_positives = It's possible that a user has unknowingly started an instance in a new region. Please verify that this activity is legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - EC2 Instance Started With Previously Unseen AMI - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for EC2 instances being created with previously unseen AMIs. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. This search works best when you run the "Previously Seen EC2 AMIs" support search once to create a history of previously seen AMIs.
-annotations = {"cis20": ["CIS 1"], "nist": ["ID.AM"]}
-known_false_positives = After a new AMI is created, the first systems created with that AMI will cause this alert to fire. Verify that the AMI being used was created by a legitimate user.
-providing_technologies = []
-
-[savedsearch://ESCU - EC2 Instance Started With Previously Unseen Instance Type - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for EC2 instances being created with previously unseen instance types. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. This search works best when you run the "Previously Seen EC2 Instance Types" support search once to create a history of previously seen instance types.
-annotations = {"cis20": ["CIS 1"], "nist": ["ID.AM"]}
-known_false_positives = It is possible that an admin will create a new system using a new instance type never used before. Verify with the creator that they intended to create the system with the new instance type.
-providing_technologies = []
-
-[savedsearch://ESCU - EC2 Instance Started With Previously Unseen User - Rule]
-type = detection
-asset_type = AWS Instance
-confidence = medium
-explanation = This search looks for EC2 instances being created by users who have not created them before. This search is deprecated and have been translated to use the latest Change Datamodel.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. This search works best when you run the "Previously Seen EC2 Launches By User" support search once to create a history of previously seen ARNs.
-annotations = {"cis20": ["CIS 1"], "mitre_attack": ["T1078.004"], "nist": ["ID.AM"]}
-known_false_positives = It's possible that a user will start to create EC2 instances when they haven't before for any number of reasons. Verify with the user that is launching instances that this is the intended behavior.
-providing_technologies = []
-
-[savedsearch://ESCU - Email Attachments With Lots Of Spaces - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Attackers often use spaces as a means to obfuscate an attachment's file extension. This search looks for messages with email attachments that have many spaces within the file names.
-how_to_implement = You need to ingest data from emails. Specifically, the sender's address and the file names of any attachments must be mapped to the Email data model. The threshold ratio is set to 10%, but this value can be configured to suit each environment. \
- **Splunk Phantom Playbook Integration**\
-If Splunk Phantom is also configured in your environment, a playbook called "Suspicious Email Attachment Investigate and Delete" can be configured to run when any results are found by this detection search. To use this integration, install the Phantom App for Splunk `https://splunkbase.splunk.com/app/3411/` and add the correct hostname to the "Phantom Instance" field in the Adaptive Response Actions when configuring this detection search. The notable event will be sent to Phantom and the playbook will gather further information about the file attachment and its network behaviors. If Phantom finds malicious behavior and an analyst approves of the results, the email will be deleted from the user's inbox.
-annotations = {"cis20": ["CIS 7"], "kill_chain_phases": ["Delivery"], "nist": ["PR.IP"]}
-known_false_positives = None at this time
-providing_technologies = []
-
-[savedsearch://ESCU - Email files written outside of the Outlook directory - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks at the change-analysis data model and detects email files created outside the normal Outlook directory.
-how_to_implement = To successfully implement this search, you must be ingesting data that records the file-system activity from your hosts to populate the Endpoint.Filesystem data model node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or by other endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report file-system reads and writes.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1114.001"]}
-known_false_positives = Administrators and users sometimes prefer backing up their email data by moving the email files into a different folder. These attempts will be detected by the search.
-providing_technologies = []
-
-[savedsearch://ESCU - Email servers sending high volume traffic to hosts - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for an increase of data transfers from your email server to your clients. This could be indicative of a malicious actor collecting data using your email server.
-how_to_implement = This search requires you to be ingesting your network traffic and populating the Network_Traffic data model. Your email servers must be categorized as "email_server" for the search to work, as well. You may need to adjust the deviation_threshold and minimum_data_samples values based on the network traffic in your environment. The "deviation_threshold" field is a multiplying factor to control how much variation you're willing to tolerate. The "minimum_data_samples" field is the minimum number of connections of data samples required for the statistic to be valid.
-annotations = {"cis20": ["CIS 7"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1114.002"], "nist": ["PR.PT", "DE.CM", "DE.AE"]}
-known_false_positives = The false-positive rate will vary based on how you set the deviation_threshold and data_samples values. Our recommendation is to adjust these values based on your network traffic to and from your email servers.
-providing_technologies = []
-
-[savedsearch://ESCU - Eventvwr UAC Bypass - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following search identifies Eventvwr bypass by identifying the registry modification into a specific path that eventvwr.msc looks to (but is not valid) upon execution. A successful attack will include a suspicious command to be executed upon eventvwr.msc loading. Upon triage, review the parallel processes that have executed. Identify any additional registry modifications on the endpoint that may look suspicious. Remediate as necessary.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Registry` node.
-annotations = {"kill_chain_phases": ["Exploitation", "Privilege Escalation"], "mitre_attack": ["T1548.002"]}
-known_false_positives = Some false positives may be present and will need to be filtered.
-providing_technologies = []
-
-[savedsearch://ESCU - Excessive DNS Failures - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search identifies DNS query failures by counting the number of DNS responses that do not indicate success, and trigger on more than 50 occurrences.
-how_to_implement = To successfully implement this search you must ensure that DNS data is populating the Network_Resolution data model.
-annotations = {"cis20": ["CIS 8", "CIS 9", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1071.004"], "nist": ["PR.PT", "DE.AE", "DE.CM"]}
-known_false_positives = It is possible legitimate traffic can trigger this rule. Please investigate as appropriate. The threshold for generating an event can also be customized to better suit your environment.
-providing_technologies = []
-
-[savedsearch://ESCU - Execution of File With Spaces Before Extension - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes launched from files with at least five spaces in the name before the extension. This is typically done to obfuscate the file extension by pushing it outside of the default view.
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts to populate the endpoint data model in the processes node. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 3", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1036.003"], "nist": ["DE.CM", "PR.PT", "PR.IP"]}
-known_false_positives = None identified.
-providing_technologies = []
-
-[savedsearch://ESCU - Execution of File with Multiple Extensions - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes launched from files that have double extensions in the file name. This is typically done to obscure the "real" file extension and make it appear as though the file being accessed is a data file, as opposed to executable content.
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts to populate the endpoint data model in the processes node.
-annotations = {"cis20": ["CIS 3", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1036.003"], "nist": ["DE.CM", "PR.PT", "PR.IP"]}
-known_false_positives = None identified.
-providing_technologies = []
-
-[savedsearch://ESCU - Extended Period Without Successful Netbackup Backups - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search returns a list of hosts that have not successfully completed a backup in over a week. Deprecated because it's a infrastructure monitoring.
-how_to_implement = To successfully implement this search you need to first obtain data from your backup solution, either from the backup logs on your hosts, or from a central server responsible for performing the backups. If you do not use Netbackup, you can modify this search for your backup solution. Depending on how often you backup your systems, you may want to modify how far in the past to look for a successful backup, other than the default of seven days.
-annotations = {"cis20": ["CIS 10"], "nist": ["PR.IP"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - File with Samsam Extension - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for file writes with extensions consistent with a SamSam ransomware attack.
-how_to_implement = You must be ingesting data that records file-system activity from your hosts to populate the Endpoint file-system data-model node. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Installation"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Because these extensions are not typically used in normal operations, you should investigate all results.
-providing_technologies = []
-
-[savedsearch://ESCU - First Time Seen Child Process of Zoom - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for child processes spawned by zoom.exe or zoom.us that has not previously been seen.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You should run the baseline search `Previously Seen Zoom Child Processes - Initial` to build the initial table of child processes and hostnames for this search to work. You should also schedule at the same interval as this search the second baseline search `Previously Seen Zoom Child Processes - Update` to keep this table up to date and to age out old child processes. Please update the `previously_seen_zoom_child_processes_window` macro to adjust the time window.
-annotations = {"cis20": ["CIS 3", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1068"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = A new child process of zoom isn't malicious by that fact alone. Further investigation of the actions of the child process is needed to verify any malicious behavior is taken.
-providing_technologies = []
-
-[savedsearch://ESCU - First Time Seen Running Windows Service - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the first and last time a Windows service is seen running in your environment. This table is then cached.
-how_to_implement = While this search does not require you to adhere to Splunk CIM, you must be ingesting your Windows system event logs in order for this search to execute successfully. You should run the baseline search `Previously Seen Running Windows Services - Initial` to build the initial table of child processes and hostnames for this search to work. You should also schedule at the same interval as this search the second baseline search `Previously Seen Running Windows Services - Update` to keep this table up to date and to age out old Windows Services. Please update the `previously_seen_windows_services_window` macro to adjust the time window. Please ensure that the Splunk Add-on for Microsoft Windows is version 8.0.0 or above.
-annotations = {"cis20": ["CIS 2", "CIS 9"], "kill_chain_phases": ["Installation", "Actions on Objectives"], "mitre_attack": ["T1569.002"], "nist": ["ID.AM", "PR.DS", "PR.AC", "DE.AE"]}
-known_false_positives = A previously unseen service is not necessarily malicious. Verify that the service is legitimate and that was installed by a legitimate process.
-providing_technologies = []
-
-[savedsearch://ESCU - First time seen command line argument - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for command-line arguments that use a `/c` parameter to execute a command that has not previously been seen.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must be ingesting logs with both the process name and command line from your endpoints. The complete process name with command-line arguments are mapped to the "process" field in the Endpoint data model. Please make sure you run the support search "Previously seen command line arguments,"which creates a lookup file called `previously_seen_cmd_line_arguments.csv`a historical baseline of all command-line arguments. You must also validate this list. For the search to do accurate calculation, ensure the search scheduling is the same value as the `relative_time` evaluation function.
-annotations = {"cis20": ["CIS 3", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1059.001", "T1059.003"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = Legitimate programs can also use command-line arguments to execute. Please verify the command-line arguments to check what command/program is being executed. We recommend customizing the `first_time_seen_cmd_line_filter` macro to exclude legitimate parent_process_name
-providing_technologies = []
-
-[savedsearch://ESCU - FodHelper UAC Bypass - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = Fodhelper.exe has a known UAC bypass as it attempts to look for specific registry keys upon execution, that do not exist. Therefore, an attacker can write its malicious commands in these registry keys to be executed by fodhelper.exe with the highest privilege. \
-1. `HKCU:\Software\Classes\ms-settings\shell\open\command`\
-1. `HKCU:\Software\Classes\ms-settings\shell\open\command\DelegateExecute`\
-1. `HKCU:\Software\Classes\ms-settings\shell\open\command\(default)`\
-Upon triage, fodhelper.exe will have a child process and read access will occur on the registry keys. Isolate the endpoint and review parallel processes for additional behavior.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation", "Privilege Escalation"], "mitre_attack": ["T1112", "T1548.002"]}
-known_false_positives = Limited to no false positives are expected.
-providing_technologies = []
-
-[savedsearch://ESCU - GCP Detect accounts with high risk roles by project - Rule]
-type = detection
-asset_type = GCP Account
-confidence = medium
-explanation = This search provides detection of accounts with high risk roles by projects. Compromised accounts with high risk roles can move laterally or even scalate privileges at different projects depending on organization schema.
-how_to_implement = You must install splunk GCP add-on. This search works with gcp:pubsub:message logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = Accounts with high risk roles should be reduced to the minimum number needed, however specific tasks and setups may be simply expected behavior within organization
-providing_technologies = []
-
-[savedsearch://ESCU - GCP Detect gcploit framework - Rule]
-type = detection
-asset_type = GCP Account
-confidence = medium
-explanation = This search provides detection of GCPloit exploitation framework. This framework can be used to escalate privileges and move laterally from compromised high privilege accounts.
-how_to_implement = You must install splunk GCP add-on. This search works with gcp:pubsub:message logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = Payload.request.function.timeout value can possibly be match with other functions or requests however the source user and target request account may indicate an attempt to move laterally accross acounts or projects
-providing_technologies = []
-
-[savedsearch://ESCU - GCP Detect high risk permissions by resource and account - Rule]
-type = detection
-asset_type = GCP Account
-confidence = medium
-explanation = This search provides detection of high risk permissions by resource and accounts. These are permissions that can allow attackers with compromised accounts to move laterally and escalate privileges.
-how_to_implement = You must install splunk GCP add-on. This search works with gcp:pubsub:message logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = High risk permissions are part of any GCP environment, however it is important to track resource and accounts usage, this search may produce false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - GCP GCR container uploaded - Rule]
-type = detection
-asset_type = GCP GCR Container
-confidence = medium
-explanation = This search show information on uploaded containers including source user, account, action, bucket name event name, http user agent, message and destination path.
-how_to_implement = You must install the GCP App for Splunk (version 2.0.0 or later), then configure stackdriver and set a subpub subscription to be imported to Splunk. You must also install Cloud Infrastructure data model. Please also customize the `container_implant_gcp_detection_filter` macro to filter out the false positives.
-annotations = {"mitre_attack": ["T1525"]}
-known_false_positives = Uploading container is a normal behavior from developers or users with access to container registry. GCP GCR registers container upload as a Storage event, this search must be considered under the context of CONTAINER upload creation which automatically generates a bucket entry for destination path.
-providing_technologies = []
-
-[savedsearch://ESCU - GCP Kubernetes cluster pod scan detection - Rule]
-type = detection
-asset_type = GCP Kubernetes cluster
-confidence = medium
-explanation = This search provides information of unauthenticated requests via user agent, and authentication data against Kubernetes cluster's pods
-how_to_implement = You must install the GCP App for Splunk (version 2.0.0 or later), then configure stackdriver and set a Pub/Sub subscription to be imported to Splunk.
-annotations = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1526"]}
-known_false_positives = Not all unauthenticated requests are malicious, but frequency, User Agent, source IPs and pods will provide context.
-providing_technologies = []
-
-[savedsearch://ESCU - GCP Kubernetes cluster scan detection - Rule]
-type = detection
-asset_type = GCP Kubernetes cluster
-confidence = medium
-explanation = This search provides information of unauthenticated requests via user agent, and authentication data against Kubernetes cluster
-how_to_implement = You must install the GCP App for Splunk (version 2.0.0 or later), then configure stackdriver and set a Pub/Sub subscription to be imported to Splunk. You must also install Cloud Infrastructure data model.Customize the macro kubernetes_gcp_scan_fingerprint_attack_detection to filter out FPs.
-annotations = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1526"]}
-known_false_positives = Not all unauthenticated requests are malicious, but frequency, User Agent and source IPs will provide context.
-providing_technologies = []
-
-[savedsearch://ESCU - Hiding Files And Directories With Attrib exe - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = Attackers leverage an existing Windows binary, attrib.exe, to mark specific as hidden by using specific flags so that the victim does not see the file. The search looks for specific command-line arguments to detect the use of attrib.exe to hide files.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1222.001"], "nist": ["DE.CM"]}
-known_false_positives = Some applications and users may legitimately use attrib.exe to interact with the files.
-providing_technologies = []
-
-[savedsearch://ESCU - High File Deletion Frequency - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This search looks for high frequency of file deletion relative to process name and process id. These events usually happen when the ransomware tries to encrypt the files with the ransomware file extensions and sysmon treat the original files to be deleted as soon it was replace as encrypted data.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the deleted target file name, process name and process id from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1485"]}
-known_false_positives = user may delete bunch of pictures or files in a folder.
-providing_technologies = []
-
-[savedsearch://ESCU - High Number of Login Failures from a single source - Rule]
-type = detection
-asset_type = Office 365
-confidence = medium
-explanation = This search will detect more than 5 login failures in Office365 Azure Active Directory from a single source IP address. Please adjust the threshold value of 5 as suited for your environment.
-how_to_implement =
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1110.001"], "nist": ["DE.DP", "DE.AE"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - High Process Termination Frequency - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This analytics are designed to indentify a high frequency of process termination on a machine which is a common behavior of ransomware malware before encrypting files. This technique is designed to avoid an exception error while accessing (docs, images, database and etc..) in the infected machine for encryption.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the Image (process full path of terminated process) from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1486"]}
-known_false_positives = admin or user tool that can terminate multiple process.
-providing_technologies = []
-
-[savedsearch://ESCU - Hosts receiving high volume of network traffic from email server - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for an increase of data transfers from your email server to your clients. This could be indicative of a malicious actor collecting data using your email server.
-how_to_implement = This search requires you to be ingesting your network traffic and populating the Network_Traffic data model. Your email servers must be categorized as "email_server" for the search to work, as well. You may need to adjust the deviation_threshold and minimum_data_samples values based on the network traffic in your environment. The "deviation_threshold" field is a multiplying factor to control how much variation you're willing to tolerate. The "minimum_data_samples" field is the minimum number of connections of data samples required for the statistic to be valid.
-annotations = {"cis20": ["CIS 7"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1114.002"], "nist": ["PR.PT", "DE.CM", "DE.AE"]}
-known_false_positives = The false-positive rate will vary based on how you set the deviation_threshold and data_samples values. Our recommendation is to adjust these values based on your network traffic to and from your email servers.
-providing_technologies = []
-
-[savedsearch://ESCU - Identify New User Accounts - Rule]
-type = detection
-asset_type = Domain Server
-confidence = medium
-explanation = This detection search will help profile user accounts in your environment by identifying newly created accounts that have been added to your network in the past week.
-how_to_implement = To successfully implement this search, you need to be populating the Enterprise Security Identity_Management data model in the assets and identity framework.
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.002"], "nist": ["PR.IP"]}
-known_false_positives = If the Identity_Management data model is not updated regularly, this search could give you false positive alerts. Please consider this and investigate appropriately.
-providing_technologies = []
-
-[savedsearch://ESCU - Kerberoasting spn request with RC4 encryption - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects a potential kerberoasting attack via service principal name requests
-how_to_implement = You must be ingesting endpoint data that tracks process activity, and include the windows security event logs that contain kerberos
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1558.003"], "nist": ["DE.CM"]}
-known_false_positives = Older systems that support kerberos RC4 by default NetApp may generate false positives
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes AWS detect RBAC authorization by account - Rule]
-type = detection
-asset_type = AWS EKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes RBAC authorizations by accounts, this search can be modified by adding top to see both extremes of RBAC by accounts occurrences
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudwatch logs
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Not all RBAC Authorications are malicious. RBAC authorizations can uncover malicious activity specially if sensitive Roles have been granted.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes AWS detect most active service accounts by pod - Rule]
-type = detection
-asset_type = AWS EKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes service accounts,accessing pods by IP address, verb and decision
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudwatch logs
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Not all service accounts interactions are malicious. Analyst must consider IP, verb and decision context when trying to detect maliciousness.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes AWS detect sensitive role access - Rule]
-type = detection
-asset_type = AWS EKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes accounts accessing sensitve objects such as configmpas or secrets
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudwatch logs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Sensitive role resource access is necessary for cluster operation, however source IP, namespace and user group may indicate possible malicious use.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes AWS detect service accounts forbidden failure access - Rule]
-type = detection
-asset_type = AWS EKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes service accounts with failure or forbidden access status, this search can be extended by using top or rare operators to find trends or rarities in failure status, user agents, source IPs and request URI
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudwatch logs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = This search can give false positives as there might be inherent issues with authentications and permissions at cluster.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes AWS detect suspicious kubectl calls - Rule]
-type = detection
-asset_type = AWS EKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on anonymous Kubectl calls with IP, verb namespace and object access context
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudwatch logs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Kubectl calls are not malicious by nature. However source IP, verb and Object can reveal potential malicious activity, specially anonymous suspicious IPs and sensitive objects such as configmaps or secrets
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure detect RBAC authorization by account - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes RBAC authorizations by accounts, this search can be modified by adding rare or top to see both extremes of RBAC by accounts occurrences
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Not all RBAC Authorications are malicious. RBAC authorizations can uncover malicious activity specially if sensitive Roles have been granted.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure detect most active service accounts by pod namespace - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes service accounts,accessing pods and namespaces by IP address and verb
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Not all service accounts interactions are malicious. Analyst must consider IP and verb context when trying to detect maliciousness.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure detect sensitive object access - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes accounts accessing sensitve objects such as configmpas or secrets
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Sensitive object access is not necessarily malicious but user and object context can provide guidance for detection.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure detect sensitive role access - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes accounts accessing sensitve objects such as configmpas or secrets
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Sensitive role resource access is necessary for cluster operation, however source IP, namespace and user group may indicate possible malicious use.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure detect service accounts forbidden failure access - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes service accounts with failure or forbidden access status
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = This search can give false positives as there might be inherent issues with authentications and permissions at cluster.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure detect suspicious kubectl calls - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on rare Kubectl calls with IP, verb namespace and object access context
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Kubectl calls are not malicious by nature. However source IP, verb and Object can reveal potential malicious activity, specially suspicious IPs and sensitive objects such as configmaps or secrets
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure pod scan fingerprint - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information of unauthenticated requests via source IP user agent, request URI and response status data against Kubernetes cluster pod in Azure
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Reconnaissance"]}
-known_false_positives = Not all unauthenticated requests are malicious, but source IPs, userAgent, verb, request URI and response status will provide context.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes Azure scan fingerprint - Rule]
-type = detection
-asset_type = Azure AKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information of unauthenticated requests via source IP user agent, request URI and response status data against Kubernetes cluster in Azure
-how_to_implement = You must install the Add-on for Microsoft Cloud Services and Configure Kube-Audit data diagnostics
-annotations = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1526"]}
-known_false_positives = Not all unauthenticated requests are malicious, but source IPs, userAgent, verb, request URI and response status will provide context.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes GCP detect RBAC authorizations by account - Rule]
-type = detection
-asset_type = GCP GKE Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes RBAC authorizations by accounts, this search can be modified by adding top to see both extremes of RBAC by accounts occurrences
-how_to_implement = You must install splunk AWS add on for GCP. This search works with pubsub messaging service logs
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Not all RBAC Authorications are malicious. RBAC authorizations can uncover malicious activity specially if sensitive Roles have been granted.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes GCP detect most active service accounts by pod - Rule]
-type = detection
-asset_type = GCP GKE Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes service accounts,accessing pods by IP address, verb and decision
-how_to_implement = You must install splunk GCP add on. This search works with pubsub messaging service logs
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Not all service accounts interactions are malicious. Analyst must consider IP, verb and decision context when trying to detect maliciousness.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes GCP detect sensitive object access - Rule]
-type = detection
-asset_type = GCP GKE Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes accounts accessing sensitve objects such as configmaps or secrets
-how_to_implement = You must install splunk add on for GCP . This search works with pubsub messaging service logs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Sensitive object access is not necessarily malicious but user and object context can provide guidance for detection.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes GCP detect sensitive role access - Rule]
-type = detection
-asset_type = GCP GKE EKS Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes accounts accessing sensitve objects such as configmpas or secrets
-how_to_implement = You must install splunk add on for GCP. This search works with pubsub messaging servicelogs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Sensitive role resource access is necessary for cluster operation, however source IP, user agent, decision and reason may indicate possible malicious use.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes GCP detect service accounts forbidden failure access - Rule]
-type = detection
-asset_type = GCP GKE Kubernetes cluster
-confidence = medium
-explanation = This search provides information on Kubernetes service accounts with failure or forbidden access status, this search can be extended by using top or rare operators to find trends or rarities in failure status, user agents, source IPs and request URI
-how_to_implement = You must install splunk add on for GCP. This search works with pubsub messaging service logs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = This search can give false positives as there might be inherent issues with authentications and permissions at cluster.
-providing_technologies = []
-
-[savedsearch://ESCU - Kubernetes GCP detect suspicious kubectl calls - Rule]
-type = detection
-asset_type = GCP GKE Kubernetes cluster
-confidence = medium
-explanation = This search provides information on anonymous Kubectl calls with IP, verb namespace and object access context
-how_to_implement = You must install splunk add on for GCP. This search works with pubsub messaging logs.
-annotations = {"kill_chain_phases": ["Lateral Movement"]}
-known_false_positives = Kubectl calls are not malicious by nature. However source IP, source user, user agent, object path, and authorization context can reveal potential malicious activity, specially anonymous suspicious IPs and sensitive objects such as configmaps or secrets
-providing_technologies = []
-
-[savedsearch://ESCU - Large Volume of DNS ANY Queries - Rule]
-type = detection
-asset_type = DNS Servers
-confidence = medium
-explanation = The search is used to identify attempts to use your DNS Infrastructure for DDoS purposes via a DNS amplification attack leveraging ANY queries.
-how_to_implement = To successfully implement this search you must ensure that DNS data is populating the Network_Resolution data model.
-annotations = {"cis20": ["CIS 11", "CIS 12"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1498.002"], "nist": ["PR.PT", "DE.AE", "PR.IP"]}
-known_false_positives = Legitimate ANY requests may trigger this search, however it is unusual to see a large volume of them under typical circumstances. You may modify the threshold in the search to better suit your environment.
-providing_technologies = []
-
-[savedsearch://ESCU - MacOS - Re-opened Applications - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes referencing the plist files that determine which applications are re-opened when a user reboots their machine.
-how_to_implement = In order to properly run this search, Splunk needs to ingest process data from your osquery deployed agents with the [splunk.conf](https://github.com/splunk/TA-osquery/blob/master/config/splunk.conf) pack enabled. Also the [TA-OSquery](https://github.com/splunk/TA-osquery) must be deployed across your indexers and universal forwarders in order to have the data populate the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Installation", "Command and Control"], "nist": ["DE.DP", "DE.CM"]}
-known_false_positives = At this stage, there are no known false positives. During testing, no process events refering the com.apple.loginwindow.plist files were observed during normal operation of re-opening applications on reboot. Therefore, it can be asumed that any occurences of this in the process events would be worth investigating. In the event that the legitimate modification by the system of these files is in fact logged to the process log, then the process_name of that process can be added to an allow list.
-providing_technologies = []
-
-[savedsearch://ESCU - Malicious PowerShell Process - Connect To Internet With Hidden Window - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for PowerShell processes started with parameters to modify the execution policy of the run, run in a hidden window, and connect to the Internet. This combination of command-line options is suspicious because it's overriding the default PowerShell execution policy, attempts to hide its activity from the user, and connects to the Internet. Deprecated becaue hidden is not needed when download file with System.Net.WebClient.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 7", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1059.001"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = Legitimate process can have this combination of command-line options, but it's not common.
-providing_technologies = []
-
-[savedsearch://ESCU - Malicious PowerShell Process - Encoded Command - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for PowerShell processes that have encoded the script within the command-line. Malware has been seen using this parameter, as it obfuscates the code and makes it relatively easy to pass a script on the command-line.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 7", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1027"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = System administrators may use this option, but it's not common.
-providing_technologies = []
-
-[savedsearch://ESCU - Malicious PowerShell Process - Execution Policy Bypass - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for PowerShell processes started with parameters used to bypass the local execution policy for scripts. These parameters are often observed in attacks leveraging PowerShell scripts as they override the default PowerShell execution policy.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 7", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1059.001"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = There may be legitimate reasons to bypass the PowerShell execution policy. The PowerShell script being run with this parameter should be validated to ensure that it is legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - Malicious PowerShell Process - Multiple Suspicious Command-Line Arguments - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for PowerShell processes started with a base64 encoded command-line passed to it, with parameters to modify the execution policy for the process, and those that prevent the display of an interactive prompt to the user. This combination of command-line options is suspicious because it overrides the default PowerShell execution policy, attempts to hide itself from the user, and passes an encoded script to be run on the command-line. Deprecated because almost the same as Malicious PowerShell Process - Encoded Command
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 7", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1059.001"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = Legitimate process can have this combination of command-line options, but it's not common.
-providing_technologies = []
-
-[savedsearch://ESCU - Malicious PowerShell Process With Obfuscation Techniques - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for PowerShell processes launched with arguments that have characters indicative of obfuscation on the command-line.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 7", "CIS 8"], "kill_chain_phases": ["Command and Control", "Actions on Objectives"], "mitre_attack": ["T1059.001"], "nist": ["PR.PT", "DE.CM", "PR.IP"]}
-known_false_positives = These characters might be legitimately on the command-line, but it is not common.
-providing_technologies = []
-
-[savedsearch://ESCU - Monitor DNS For Brand Abuse - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for DNS requests for faux domains similar to the domains that you want to have monitored for abuse.
-how_to_implement = You need to ingest data from your DNS logs. Specifically you must ingest the domain that is being queried and the IP of the host originating the request. Ideally, you should also be ingesting the answer to the query and the query type. This approach allows you to also create your own localized passive DNS capability which can aid you in future investigations. You also need to have run the search "ESCU - DNSTwist Domain Names", which creates the permutations of the domain that will be checked for.
-annotations = {"kill_chain_phases": ["Delivery", "Actions on Objectives"]}
-known_false_positives = None at this time
-providing_technologies = []
-
-[savedsearch://ESCU - Monitor Email For Brand Abuse - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for emails claiming to be sent from a domain similar to one that you want to have monitored for abuse.
-how_to_implement = You need to ingest email header data. Specifically the sender's address (src_user) must be populated. You also need to have run the search "ESCU - DNSTwist Domain Names", which creates the permutations of the domain that will be checked for.
-annotations = {"cis20": ["CIS 7"], "kill_chain_phases": ["Delivery"], "nist": ["PR.IP"]}
-known_false_positives = None at this time
-providing_technologies = []
-
-[savedsearch://ESCU - Monitor Registry Keys for Print Monitors - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for registry activity associated with modifications to the registry key `HKLM\SYSTEM\CurrentControlSet\Control\Print\Monitors`. In this scenario, an attacker can load an arbitrary .dll into the print-monitor registry by giving the full path name to the after.dll. The system will execute the .dll with elevated (SYSTEM) permissions and will persist after reboot.
-how_to_implement = To successfully implement this search, you must be ingesting data that records registry activity from your hosts to populate the endpoint data model in the registry node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or via other endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report registry modifications.
-annotations = {"cis20": ["CIS 8", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1547.010"], "nist": ["PR.PT", "DE.CM", "PR.AC"]}
-known_false_positives = You will encounter noise from legitimate print-monitor registry entries.
-providing_technologies = []
-
-[savedsearch://ESCU - Monitor Web Traffic For Brand Abuse - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for Web requests to faux domains similar to the one that you want to have monitored for abuse.
-how_to_implement = You need to ingest data from your web traffic. This can be accomplished by indexing data from a web proxy, or using a network traffic analysis tool, such as Bro or Splunk Stream. You also need to have run the search "ESCU - DNSTwist Domain Names", which creates the permutations of the domain that will be checked for.
-annotations = {"cis20": ["CIS 7"], "kill_chain_phases": ["Delivery"], "nist": ["PR.IP"]}
-known_false_positives = None at this time
-providing_technologies = []
-
-[savedsearch://ESCU - Multiple Okta Users With Invalid Credentials From The Same IP - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = This search detects Okta login failures due to bad credentials for multiple users originating from the same ip address.
-how_to_implement = This search is specific to Okta and requires Okta logs are being ingested in your Splunk deployment.
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.001"], "nist": ["DE.CM"]}
-known_false_positives = A single public IP address servicing multiple legitmate users may trigger this search. In addition, the threshold of 5 distinct users may be too low for your needs. You may modify the included filter macro `multiple_okta_users_with_invalid_credentials_from_the_same_ip_filter` to raise the threshold or except specific IP adresses from triggering this search.
-providing_technologies = []
-
-[savedsearch://ESCU - NLTest Domain Trust Discovery - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the execution of `nltest.exe` with command-line arguments utilized to query for Domain Trust information. Two arguments `/domain trusts`, returns a list of trusted domains, and `/all_trusts`, returns all trusted domains. Red Teams and adversaries alike use NLTest.exe to enumerate the current domain to assist with further understanding where to pivot next.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1482"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Administrators may use nltest for troubleshooting purposes, otherwise, rarely used.
-providing_technologies = []
-
-[savedsearch://ESCU - New container uploaded to AWS ECR - Rule]
-type = detection
-asset_type = AWS ECR container
-confidence = medium
-explanation = This searches show information on uploaded containers including source user, image id, source IP user type, http user agent, region, first time, last time of operation (PutImage). These searches are based on Cloud Infrastructure Data Model.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. You must also install Cloud Infrastructure data model. Please also customize the `container_implant_aws_detection_filter` macro to filter out the false positives.
-annotations = {"mitre_attack": ["T1525"]}
-known_false_positives = Uploading container is a normal behavior from developers or users with access to container registry.
-providing_technologies = []
-
-[savedsearch://ESCU - Nishang PowershellTCPOneLine - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This query detects the Nishang Invoke-PowerShellTCPOneLine utility that spawns a call back to a remote command and control server. This is a powershell oneliner. In addition, this will capture on the command-line additional utilities used by Nishang. Triage the endpoint and identify any parallel processes that look suspicious. Review the reputation of the remote IP or domain contacted by the powershell process.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1059.001"]}
-known_false_positives = Limited false positives may be present. Filter as needed based on initial analysis.
-providing_technologies = []
-
-[savedsearch://ESCU - No Windows Updates in a time frame - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for Windows endpoints that have not generated an event indicating a successful Windows update in the last 60 days. Windows updates are typically released monthly and applied shortly thereafter. An endpoint that has not successfully applied an update in this time frame indicates the endpoint is not regularly being patched for some reason.
-how_to_implement = To successfully implement this search, it requires that the 'Update' data model is being populated. This can be accomplished by ingesting Windows events or the Windows Update log via a universal forwarder on the Windows endpoints you wish to monitor. The Windows add-on should be also be installed and configured to properly parse Windows events in Splunk. There may be other data sources which can populate this data model, including vulnerability management systems.
-annotations = {"cis20": ["CIS 18"], "nist": ["PR.PT", "PR.MA"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Ntdsutil Export NTDS - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Monitor for signs that Ntdsutil is being used to Extract Active Directory database - NTDS.dit, typically used for offline password cracking. It may be used in normal circumstances with no command line arguments or shorthand variations of more common arguments. Ntdsutil.exe is typically seen run on a Windows Server. Typical command used to dump ntds.dit \
-ntdsutil "ac i ntds" "ifm" "create full C:\Temp" q q \
-This technique uses "Install from Media" (IFM), which will extract a copy of the Active Directory database. A successful export of the Active Directory database will yield a file modification named ntds.dit to the destination.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.003"], "nist": ["DE.CM"]}
-known_false_positives = Highly possible Server Administrators will troubleshoot with ntdsutil.exe, generating false positives.
-providing_technologies = []
-
[savedsearch://ESCU - O365 Add App Role Assignment Grant User - Rule]
type = detection
asset_type = Office 365
@@ -3686,1155 +667,6 @@ annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives
known_false_positives = unknown
providing_technologies = []
-[savedsearch://ESCU - Okta Account Lockout Events - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = Detect Okta user lockout events
-how_to_implement = This search is specific to Okta and requires Okta logs are being ingested in your Splunk deployment.
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.001"], "nist": ["DE.CM"]}
-known_false_positives = None. Account lockouts should be followed up on to determine if the actual user was the one who caused the lockout, or if it was an unauthorized actor.
-providing_technologies = []
-
-[savedsearch://ESCU - Okta Failed SSO Attempts - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = Detect failed Okta SSO events
-how_to_implement = This search is specific to Okta and requires Okta logs are being ingested in your Splunk deployment.
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.001"], "nist": ["DE.CM"]}
-known_false_positives = There may be a faulty config preventing legitmate users from accessing apps they should have access to.
-providing_technologies = []
-
-[savedsearch://ESCU - Okta User Logins From Multiple Cities - Rule]
-type = detection
-asset_type = Infrastructure
-confidence = medium
-explanation = This search detects logins from the same user from different cities in a 24 hour period.
-how_to_implement = This search is specific to Okta and requires Okta logs are being ingested in your Splunk deployment.
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1078.001"], "nist": ["DE.CM"]}
-known_false_positives = Users in your enviornment may legitmately be travelling and loggin in from different locations. This search is useful for those users that should *not* be travelling for some reason, such as the COVID-19 pandemic. The search also relies on the geographical information being populated in the Okta logs. It is also possible that a connection from another region may be attributed to a login from a remote VPN endpoint.
-providing_technologies = []
-
-[savedsearch://ESCU - Open Redirect in Splunk Web - Rule]
-type = detection
-asset_type = Splunk Server
-confidence = medium
-explanation = This search allows you to look for evidence of exploitation for CVE-2016-4859, the Splunk Open Redirect Vulnerability.
-how_to_implement = No extra steps needed to implement this search.
-annotations = {"cis20": ["CIS 3", "CIS 4", "CIS 18"], "kill_chain_phases": ["Delivery"], "nist": ["ID.RA", "RS.MI", "PR.PT", "PR.AC", "PR.IP", "DE.CM"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Osquery pack - ColdRoot detection - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for ColdRoot events from the osx-attacks osquery pack.
-how_to_implement = In order to properly run this search, Splunk needs to ingest data from your osquery deployed agents with the [osx-attacks.conf](https://github.com/facebook/osquery/blob/experimental/packs/osx-attacks.conf#L599) pack enabled. Also the [TA-OSquery](https://github.com/d1vious/TA-osquery) must be deployed across your indexers and universal forwarders in order to have the osquery data populate the Alerts data model
-annotations = {"cis20": ["CIS 4", "CIS 8"], "kill_chain_phases": ["Installation", "Command and Control"], "nist": ["DE.DP", "DE.CM", "PR.PT"]}
-known_false_positives = There are no known false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Overwriting Accessibility Binaries - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Microsoft Windows contains accessibility features that can be launched with a key combination before a user has logged in. An adversary can modify or replace these programs so they can get a command prompt or backdoor without logging in to the system. This search looks for modifications to these binaries.
-how_to_implement = You must be ingesting data that records the filesystem activity from your hosts to populate the Endpoint file-system data model node. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.008"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Microsoft may provide updates to these binaries. Verify that these changes do not correspond with your normal software update cycle.
-providing_technologies = []
-
-[savedsearch://ESCU - Process Creating LNK file in Suspicious Location - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for a process launching an `*.lnk` file under `C:\User*` or `*\Local\Temp\*`. This is common behavior used by various spear phishing tools.
-how_to_implement = You must be ingesting data that records filesystem and process activity from your hosts to populate the Endpoint data model. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon.
-annotations = {"cis20": ["CIS 7", "CIS 8"], "kill_chain_phases": ["Installation", "Actions on Objectives"], "mitre_attack": ["T1566.002"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = This detection should yield little or no false positive results. It is uncommon for LNK files to be executed from temporary or user directories.
-providing_technologies = []
-
-[savedsearch://ESCU - Process Deleting Its Process File Path - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This detection is to identify a suspicious process that tries to delete the process file path related to its process. This technique is known to be defense evasion once a certain condition of malware is satisfied or not. Clop ransomware use this technique where it will try to delete its process file path using a .bat command if the keyboard layout is not the layout it tries to infect.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1003.002"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Process Execution via WMI - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes launched via WMI.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1047"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Although unlikely, administrators may use wmi to execute commands for legitimate purposes.
-providing_technologies = []
-
-[savedsearch://ESCU - Processes Tapping Keyboard Events - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes in an MacOS system that is tapping keyboard events in MacOS, and essentially monitoring all keystrokes made by a user. This is a common technique used by RATs to log keystrokes from a victim, although it can also be used by legitimate processes like Siri to react on human input
-how_to_implement = In order to properly run this search, Splunk needs to ingest data from your osquery deployed agents with the [osx-attacks.conf](https://github.com/facebook/osquery/blob/experimental/packs/osx-attacks.conf#L599) pack enabled. Also the [TA-OSquery](https://github.com/d1vious/TA-osquery) must be deployed across your indexers and universal forwarders in order to have the osquery data populate the Alerts data model.
-annotations = {"cis20": ["CIS 4", "CIS 8"], "kill_chain_phases": ["Command and Control"], "nist": ["DE.DP"]}
-known_false_positives = There might be some false positives as keyboard event taps are used by processes like Siri and Zoom video chat, for some good examples of processes to exclude please see [this](https://github.com/facebook/osquery/pull/5345#issuecomment-454639161) comment.
-providing_technologies = []
-
-[savedsearch://ESCU - Processes created by netsh - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes launching netsh.exe to execute various commands via the netsh command-line utility. Netsh.exe is a command-line scripting utility that allows you to, either locally or remotely, display or modify the network configuration of a computer that is currently running. Netsh can be used as a persistence proxy technique to execute a helper .dll when netsh.exe is executed. In this search, we are looking for processes spawned by netsh.exe that are executing commands via the command line. Deprecated because we have another detection of the same type.
-how_to_implement = To successfully implement this search, you must be ingesting logs with the process name, command-line arguments, and parent processes from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1562.004"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It is unusual for netsh.exe to have any child processes in most environments. It makes sense to investigate the child process and verify whether the process spawned is legitimate. We explicitely exclude "C:\Program Files\rempl\sedlauncher.exe" process path since it is a legitimate process by Mircosoft.
-providing_technologies = []
-
-[savedsearch://ESCU - Processes launching netsh - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for processes launching netsh.exe. Netsh is a command-line scripting utility that allows you to, either locally or remotely, display or modify the network configuration of a computer that is currently running. Netsh can be used as a persistence proxy technique to execute a helper DLL when netsh.exe is executed. In this search, we are looking for processes spawned by netsh.exe and executing commands via the command line.
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts to populate the endpoint data model
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1562.004"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Some VPN applications are known to launch netsh.exe. Outside of these instances, it is unusual for an executable to launch netsh.exe and run commands.
-providing_technologies = []
-
-[savedsearch://ESCU - Prohibited Network Traffic Allowed - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for network traffic defined by port and transport layer protocol in the Enterprise Security lookup table "lookup_interesting_ports", that is marked as prohibited, and has an associated 'allow' action in the Network_Traffic data model. This could be indicative of a misconfigured network device.
-how_to_implement = In order to properly run this search, Splunk needs to ingest data from firewalls or other network control devices that mediate the traffic allowed into an environment. This is necessary so that the search can identify an 'action' taken on the traffic of interest. The search requires the Network_Traffic data model be populated.
-annotations = {"cis20": ["CIS 9", "CIS 12"], "kill_chain_phases": ["Delivery", "Command and Control"], "mitre_attack": ["T1048"], "nist": ["DE.AE", "PR.AC"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Prohibited Software On Endpoint - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for applications on the endpoint that you have marked as prohibited.
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts to populate the endpoint data model in the processes node. This is typically populated via endpoint detection-and-response product, such as Carbon Black or endpoint data sources, such as Sysmon. The data used for this search is usually generated via logs that report process tracking in your Windows audit settings. In addition, you must also have only the `process_name` (not the entire process path) marked as "prohibited" in the Enterprise Security `interesting processes` table. To include the process names marked as "prohibited", which is included with ES Content Updates, run the included search Add Prohibited Processes to Enterprise Security.
-annotations = {"cis20": ["CIS 2"], "kill_chain_phases": ["Installation", "Command and Control", "Actions on Objectives"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Protocol or Port Mismatch - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for network traffic on common ports where a higher layer protocol does not match the port that is being used. For example, this search should identify cases where protocols other than HTTP are running on TCP port 80. This can be used by attackers to circumvent firewall restrictions, or as an attempt to hide malicious communications over ports and protocols that are typically allowed and not well inspected.
-how_to_implement = Running this search properly requires a technology that can inspect network traffic and identify common protocols. Technologies such as Bro and Palo Alto Networks firewalls are two examples that will identify protocols via inspection, and not just assume a specific protocol based on the transport protocol and ports.
-annotations = {"cis20": ["CIS 9", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1048.003"], "nist": ["DE.AE", "PR.AC"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Protocols passing authentication in cleartext - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for cleartext protocols at risk of leaking credentials. Currently, this consists of legacy protocols such as telnet, POP3, IMAP, and non-anonymous FTP sessions. While some of these protocols can be used over SSL, they typically run on different assigned ports in those cases.
-how_to_implement = This search requires you to be ingesting your network traffic, and populating the Network_Traffic data model.
-annotations = {"cis20": ["CIS 9", "CIS 14"], "kill_chain_phases": ["Reconnaissance", "Actions on Objectives"], "nist": ["PR.PT", "DE.AE", "PR.AC", "PR.DS"]}
-known_false_positives = Some networks may use kerberized FTP or telnet servers, however, this is rare.
-providing_technologies = []
-
-[savedsearch://ESCU - Ransomware Notes bulk creation - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following analytics identifies a big number of instance of ransomware notes (filetype e.g .txt, .html, .hta) file creation to the infected machine. This behavior is a good sensor if the ransomware note filename is quite new for security industry or the ransomware note filename is not in your lookup table list for monitoring.
-how_to_implement = You must be ingesting data that records the filesystem activity from your hosts to populate the Endpoint file-system data model node. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"kill_chain_phases": ["Obfuscation"], "mitre_attack": ["T1486"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Reg exe Manipulating Windows Services Registry Keys - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for reg.exe modifying registry keys that define Windows services and their configurations.
-how_to_implement = To successfully implement this search, you must be ingesting data that records registry activity from your hosts to populate the endpoint data model in the registry node. This is typically populated via endpoint detection-and-response product, such as Carbon Black or endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report reads and writes to the registry.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 8"], "kill_chain_phases": ["Installation"], "mitre_attack": ["T1574.011"], "nist": ["PR.IP", "PR.PT", "PR.AC", "PR.AT", "DE.CM"]}
-known_false_positives = It is unusual for a service to be created or modified by directly manipulating the registry. However, there may be legitimate instances of this behavior. It is important to validate and investigate, as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Reg exe used to hide files directories via registry keys - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The search looks for command-line arguments used to hide a file or directory using the reg add command.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1564.001"], "nist": ["DE.CM"]}
-known_false_positives = None at the moment
-providing_technologies = []
-
-[savedsearch://ESCU - Registry Keys Used For Persistence - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for modifications to registry keys that can be used to launch an application or service at system startup.
-how_to_implement = To successfully implement this search, you must be ingesting data that records registry activity from your hosts to populate the endpoint data model in the registry node. This is typically populated via endpoint detection-and-response product, such as Carbon Black or endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report reads and writes to the registry.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1547.001"], "nist": ["PR.PT", "DE.CM", "DE.AE"]}
-known_false_positives = There are many legitimate applications that must execute on system startup and will use these registry keys to accomplish that task.
-providing_technologies = []
-
-[savedsearch://ESCU - Registry Keys Used For Privilege Escalation - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This search looks for modifications to registry keys that can be used to elevate privileges. The registry keys under "Image File Execution Options" are used to intercept calls to an executable and can be used to attach malicious binaries to benign system binaries.
-how_to_implement = To successfully implement this search, you must be ingesting data that records registry activity from your hosts to populate the endpoint data model in the registry node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report reads and writes to the registry.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.012"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = There are many legitimate applications that must execute upon system startup and will use these registry keys to accomplish that task.
-providing_technologies = []
-
-[savedsearch://ESCU - Registry Keys for Creating SHIM Databases - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for registry activity associated with application compatibility shims, which can be leveraged by attackers for various nefarious purposes.
-how_to_implement = To successfully implement this search, you must populate the Change_Analysis data model. This is typically populated via endpoint detection and response product, such as Carbon Black or other endpoint data sources such as Sysmon. The data used for this search is typically generated via logs that report reads and writes to the registry.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = There are many legitimate applications that leverage shim databases for compatibility purposes for legacy applications
-providing_technologies = []
-
-[savedsearch://ESCU - Remote Desktop Network Bruteforce - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for RDP application network traffic and filters any source/destination pair generating more than twice the standard deviation of the average traffic.
-how_to_implement = You must ensure that your network traffic data is populating the Network_Traffic data model.
-annotations = {"cis20": ["CIS 12", "CIS 9", "CIS 16"], "kill_chain_phases": ["Reconnaissance", "Delivery"], "mitre_attack": ["T1021.001"], "nist": ["DE.AE", "PR.AC", "PR.IP"]}
-known_false_positives = RDP gateways may have unusually high amounts of traffic from all other hosts' RDP applications in the network.
-providing_technologies = []
-
-[savedsearch://ESCU - Remote Desktop Network Traffic - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for network traffic on TCP/3389, the default port used by remote desktop. While remote desktop traffic is not uncommon on a network, it is usually associated with known hosts. This search will ignore common RDP sources and common RDP destinations so you can focus on the uncommon uses of remote desktop on your network.
-how_to_implement = To successfully implement this search you need to identify systems that commonly originate remote desktop traffic and that commonly receive remote desktop traffic. You can use the included support search "Identify Systems Creating Remote Desktop Traffic" to identify systems that originate the traffic and the search "Identify Systems Receiving Remote Desktop Traffic" to identify systems that receive a lot of remote desktop traffic. After identifying these systems, you will need to add the "common_rdp_source" or "common_rdp_destination" category to that system depending on the usage, using the Enterprise Security Assets and Identities framework. This can be done by adding an entry in the assets.csv file located in SA-IdentityManagement/lookups.
-annotations = {"cis20": ["CIS 3", "CIS 9", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1021.001"], "nist": ["DE.AE", "PR.AC", "PR.IP"]}
-known_false_positives = Remote Desktop may be used legitimately by users on the network.
-providing_technologies = []
-
-[savedsearch://ESCU - Remote Desktop Process Running On System - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the remote desktop process mstsc.exe running on systems upon which it doesn't typically run. This is accomplished by filtering out all systems that are noted in the `common_rdp_source category` in the Assets and Identity framework.
-how_to_implement = To successfully implement this search, you must be ingesting data that records process activity from your hosts to populate the endpoint data model in the processes node. The search requires you to identify systems that do not commonly use remote desktop. You can use the included support search "Identify Systems Using Remote Desktop" to identify these systems. After identifying them, you will need to add the "common_rdp_source" category to that system using the Enterprise Security Assets and Identities framework. This can be done by adding an entry in the assets.csv file located in `SA-IdentityManagement/lookups`.
-annotations = {"cis20": ["CIS 3", "CIS 9", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1021.001"], "nist": ["DE.AE", "PR.AC", "PR.IP"]}
-known_false_positives = Remote Desktop may be used legitimately by users on the network.
-providing_technologies = []
-
-[savedsearch://ESCU - Remote Process Instantiation via WMI - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for wmic.exe being launched with parameters to spawn a process on a remote system.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1047"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = The wmic.exe utility is a benign Windows application. It may be used legitimately by Administrators with these parameters for remote system administration, but it's relatively uncommon.
-providing_technologies = []
-
-[savedsearch://ESCU - Remote Registry Key modifications - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search monitors for remote modifications to registry keys.
-how_to_implement = To successfully implement this search, you must populate the `Endpoint` data model. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report reads and writes to the registry. Deprecated because I don't think the logic is right.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = This technique may be legitimately used by administrators to modify remote registries, so it's important to filter these events out.
-providing_technologies = []
-
-[savedsearch://ESCU - Remote WMI Command Attempt - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for wmic.exe being launched with parameters to operate on remote systems.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model. Deprecated because duplicate of Remote Process Instantiation via WMI.
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1047"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Administrators may use this legitimately to gather info from remote systems.
-providing_technologies = []
-
-[savedsearch://ESCU - Resize ShadowStorage volume - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following analytics identifies the resizing of shadowstorage by ransomware malware to avoid the shadow volumes being made again. this technique is an alternative by ransomware attacker than deleting the shadowstorage which is known alert in defensive team. one example of ransomware that use this technique is CLOP ransomware where it drops a .bat file that will resize the shadowstorage to minimum size as much as possible
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1490"]}
-known_false_positives = network admin can resize the shadowstorage for valid purposes.
-providing_technologies = []
-
-[savedsearch://ESCU - RunDLL Loading DLL By Ordinal - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for executing scripts with rundll32. Adversaries may abuse rundll32.exe to proxy execution of malicious code. Using rundll32.exe, vice executing directly, may avoid triggering security tools that may not monitor execution of the rundll32.exe process because of allowlists or false positives from normal operations.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Installation"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = While not common, loading a DLL under %AppData% and calling a function by ordinal is possible by a legitimate process
-providing_technologies = []
-
-[savedsearch://ESCU - Ryuk Test Files Detected - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for files that contain the key word *Ryuk* under any folder in the C drive, which is consistent with Ryuk propagation.
-how_to_implement = You must be ingesting data that records the filesystem activity from your hosts to populate the Endpoint Filesystem data-model object. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1486"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = If there are files with this keywoord as file names it might trigger false possitives, please make use of our filters to tune out potential FPs.
-providing_technologies = []
-
-[savedsearch://ESCU - Ryuk Wake on LAN Command - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This Splunk query identifies the use of Wake-on-LAN utilized by Ryuk ransomware. The Ryuk Ransomware uses the Wake-on-Lan feature to turn on powered off devices on a compromised network to have greater success encrypting them. This is a high fidelity indicator of Ryuk ransomware executing on an endpoint. Upon triage, isolate the endpoint. Additional file modification events will be within the users profile (\appdata\roaming) and in public directories (users\public\). Review all Scheduled Tasks on the isolated endpoint and across the fleet. Suspicious Scheduled Tasks will include a path to a unknown binary and those endpoints should be isolated until triaged.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation", "Lateral Movement"], "mitre_attack": ["T1059.003"]}
-known_false_positives = Limited to no known false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - SMB Traffic Spike - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for spikes in the number of Server Message Block (SMB) traffic connections.
-how_to_implement = This search requires you to be ingesting your network traffic logs and populating the `Network_Traffic` data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1021.002"], "nist": ["DE.CM"]}
-known_false_positives = A file server may experience high-demand loads that could cause this analytic to trigger.
-providing_technologies = []
-
-[savedsearch://ESCU - SMB Traffic Spike - MLTK - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search uses the Machine Learning Toolkit (MLTK) to identify spikes in the number of Server Message Block (SMB) connections.
-how_to_implement = To successfully implement this search, you will need to ensure that DNS data is populating the Network_Resolution data model. In addition, the Machine Learning Toolkit (MLTK) version 4.2 or greater must be installed on your search heads, along with any required dependencies. Finally, the support search "Baseline of SMB Traffic - MLTK" must be executed before this detection search, because it builds a machine-learning (ML) model over the historical data used by this search. It is important that this search is run in the same app context as the associated support search, so that the model created by the support search is available for use. You should periodically re-run the support search to rebuild the model with the latest data available in your environment.\
-This search produces a field (Number of events,count) that are not yet supported by ES Incident Review and therefore cannot be viewed when a notable event is raised. This field contributes additional context to the notable. To see the additional metadata, add the following field, if not already present, to Incident Review - Event Attributes (Configure > Incident Management > Incident Review Settings > Add New Entry): \
-1. **Label:** Number of events, **Field:** count\
-Detailed documentation on how to create a new field within Incident Review is found here: `https://docs.splunk.com/Documentation/ES/5.3.0/Admin/Customizenotables#Add_a_field_to_the_notable_event_details`
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1021.002"], "nist": ["DE.CM"]}
-known_false_positives = If you are seeing more results than desired, you may consider reducing the value of the threshold in the search. You should also periodically re-run the support search to re-build the ML model on the latest data. Please update the `smb_traffic_spike_mltk_filter` macro to filter out false positive results
-providing_technologies = []
-
-[savedsearch://ESCU - SQL Injection with Long URLs - Rule]
-type = detection
-asset_type = Database Server
-confidence = medium
-explanation = This search looks for long URLs that have several SQL commands visible within them.
-how_to_implement = To successfully implement this search, you need to be monitoring network communications to your web servers or ingesting your HTTP logs and populating the Web data model. You must also identify your web servers in the Enterprise Security assets table.
-annotations = {"cis20": ["CIS 4", "CIS 13", "CIS 18"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1190"], "nist": ["PR.DS", "ID.RA", "PR.PT", "PR.IP", "DE.CM"]}
-known_false_positives = It's possible that legitimate traffic will have long URLs or long user agent strings and that common SQL commands may be found within the URL. Please investigate as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Samsam Test File Write - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for a file named "test.txt" written to the windows system directory tree, which is consistent with Samsam propagation.
-how_to_implement = You must be ingesting data that records the file-system activity from your hosts to populate the Endpoint file-system data-model node. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1486"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = No false positives have been identified.
-providing_technologies = []
-
-[savedsearch://ESCU - Sc exe Manipulating Windows Services - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for arguments to sc.exe indicating the creation or modification of a Windows service.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 8"], "kill_chain_phases": ["Installation"], "mitre_attack": ["T1543.003"], "nist": ["PR.IP", "PR.PT", "PR.AC", "PR.AT", "DE.CM"]}
-known_false_positives = Using sc.exe to manipulate Windows services is uncommon. However, there may be legitimate instances of this behavior. It is important to validate and investigate as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Scheduled Task Deleted Or Created via CMD - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for flags passed to schtasks.exe on the command-line that indicate a task was created via command like. This has been associated with the Dragonfly threat actor, and the SUNBURST attack against Solarwinds.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1053.005"], "nist": ["PR.IP"]}
-known_false_positives = Tasks should not be manually created via CLI, this is rarely done by admins as well
-providing_technologies = []
-
-[savedsearch://ESCU - Scheduled tasks used in BadRabbit ransomware - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for flags passed to schtasks.exe on the command-line that indicate that task names related to the execution of Bad Rabbit ransomware were created or deleted. Deprecated because we already have a similar detection
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1053.005"], "nist": ["PR.IP"]}
-known_false_positives = No known false positives
-providing_technologies = []
-
-[savedsearch://ESCU - Schtasks scheduling job on remote system - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for flags passed to schtasks.exe on the command-line that indicate a job is being scheduled on a remote system.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1053.005"], "nist": ["PR.IP"]}
-known_false_positives = Administrators may create jobs on remote systems, but this activity is usually limited to a small set of hosts or users. It is important to validate and investigate as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Schtasks used for forcing a reboot - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for flags passed to schtasks.exe on the command-line that indicate that a forced reboot of system is scheduled.
-how_to_implement = To successfully implement this search you need to be ingesting logs with both the process name and command-line from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 3"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1053.005"], "nist": ["PR.IP"]}
-known_false_positives = Administrators may create jobs on systems forcing reboots to perform updates, maintenance, etc.
-providing_technologies = []
-
-[savedsearch://ESCU - Script Execution via WMI - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for scripts launched via WMI.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1047"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Although unlikely, administrators may use wmi to launch scripts for legitimate purposes.
-providing_technologies = []
-
-[savedsearch://ESCU - Shim Database File Creation - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for shim database files being written to default directories. The sdbinst.exe application is used to install shim database files (.sdb). According to Microsoft, a shim is a small library that transparently intercepts an API, changes the parameters passed, handles the operation itself, or redirects the operation elsewhere.
-how_to_implement = You must be ingesting data that records the filesystem activity from your hosts to populate the Endpoint file-system data model node. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.011"], "nist": ["DE.CM"]}
-known_false_positives = Because legitimate shim files are created and used all the time, this event, in itself, is not suspicious. However, if there are other correlating events, it may warrant further investigation.
-providing_technologies = []
-
-[savedsearch://ESCU - Shim Database Installation With Suspicious Parameters - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search detects the process execution and arguments required to silently create a shim database. The sdbinst.exe application is used to install shim database files (.sdb). A shim is a small library which transparently intercepts an API, changes the parameters passed, handles the operation itself, or redirects the operation elsewhere.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.011"], "nist": ["DE.CM"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Short Lived Windows Accounts - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search detects accounts that were created and deleted in a short time period.
-how_to_implement = This search requires you to have enabled your Group Management Audit Logs in your Local Windows Security Policy and be ingesting those logs. More information on how to enable them can be found here: http://whatevernetworks.com/auditing-group-membership-changes-in-active-directory/
-annotations = {"cis20": ["CIS 16"], "mitre_attack": ["T1136.001"], "nist": ["PR.IP"]}
-known_false_positives = It is possible that an administrator created and deleted an account in a short time period. Verifying activity with an administrator is advised.
-providing_technologies = []
-
-[savedsearch://ESCU - Single Letter Process On Endpoint - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for process names that consist only of a single letter.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 2"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1204.002"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = Single-letter executables are not always malicious. Investigate this activity with your normal incident-response process.
-providing_technologies = []
-
-[savedsearch://ESCU - Spectre and Meltdown Vulnerable Systems - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search is used to detect systems that are still vulnerable to the Spectre and Meltdown vulnerabilities.
-how_to_implement = The search requires that you are ingesting your vulnerability-scanner data and that it reports the CVE of the vulnerability identified.
-annotations = {"cis20": ["CIS 4"], "nist": ["ID.RA", "RS.MI", "PR.IP", "DE.CM"]}
-known_false_positives = It is possible that your vulnerability scanner is not detecting that the patches have been applied.
-providing_technologies = []
-
-[savedsearch://ESCU - Spike in File Writes - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for a sharp increase in the number of files written to a particular host
-how_to_implement = In order to implement this search, you must populate the Endpoint file-system data model node. This is typically populated via endpoint detection and response product, such as Carbon Black or endpoint data sources such as Sysmon. The data used for this search is typically generated via logs that report reads and writes to the file system.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["DE.CM"]}
-known_false_positives = It is important to understand that if you happen to install any new applications on your hosts or are copying a large number of files, you can expect to see a large increase of file modifications.
-providing_technologies = []
-
-[savedsearch://ESCU - Splunk Enterprise Information Disclosure - Rule]
-type = detection
-asset_type = Splunk Server
-confidence = medium
-explanation = This search allows you to look for evidence of exploitation for CVE-2018-11409, a Splunk Enterprise Information Disclosure Bug.
-how_to_implement = The REST endpoint that exposes system information is also necessary for the proper operation of Splunk clustering and instrumentation. Whitelisting your Splunk systems will reduce false positives.
-annotations = {"cis20": ["CIS 3", "CIS 4", "CIS 18"], "kill_chain_phases": ["Delivery"], "nist": ["ID.RA", "RS.MI", "PR.PT", "PR.AC", "PR.IP", "DE.CM"]}
-known_false_positives = Retrieving server information may be a legitimate API request. Verify that the attempt is a valid request for information.
-providing_technologies = []
-
-[savedsearch://ESCU - Sunburst Correlation DLL and Network Event - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = The malware sunburst will load the malicious dll by SolarWinds.BusinessLayerHost.exe. After a period of 12-14 days, the malware will attempt to resolve a subdomain of avsvmcloud.com. This detections will correlate both events.
-how_to_implement = This detection relies on sysmon logs with the Event ID 7, Driver loaded. Please tune your sysmon config that you DriverLoad event for SolarWinds.Orion.Core.BusinessLayer.dll is captured by Sysmon. Additionally, you need sysmon logs for Event ID 22, DNS Query. We suggest to run this detection at least once a day over the last 14 days.
-annotations = {"cis20": ["CIS 6", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1203"], "nist": ["DE.CM"]}
-known_false_positives = unknown
-providing_technologies = []
-
-[savedsearch://ESCU - Supernova Webshell - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This search aims to detect the Supernova webshell used in the SUNBURST attack.
-how_to_implement = To successfully implement this search, you need to be monitoring web traffic to your Solarwinds Orion. The logs should be ingested into splunk and populating/mapped to the Web data model.
-annotations = {"cis20": ["CIS 4", "CIS 13", "CIS 18"], "kill_chain_phases": ["Exfiltration"], "mitre_attack": ["T1505.003"], "nist": ["PR.DS", "ID.RA", "PR.PT", "PR.IP", "DE.CM"]}
-known_false_positives = There might be false positives associted with this detection since items like args as a web argument is pretty generic.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Changes to File Associations - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for changes to registry values that control Windows file associations, executed by a process that is not typical for legitimate, routine changes to this area.
-how_to_implement = To successfully implement this search you need to be ingesting information on registry changes that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `Registry` nodes.
-annotations = {"cis20": ["CIS 3", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.001"], "nist": ["DE.CM", "PR.PT", "PR.IP"]}
-known_false_positives = There may be other processes in your environment that users may legitimately use to modify file associations. If this is the case and you are finding false positives, you can modify the search to add those processes as exceptions.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Curl Network Connection - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies the use of a curl contacting suspicious remote domains to checkin to command and control servers or download further implants. In the context of Silver Sparrow, curl is identified contacting s3.amazonaws.com. This particular behavior is common with MacOS adware-malicious software.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1105"]}
-known_false_positives = Unknown. Filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious DLLHost no Command Line Arguments - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following analytic identifies DLLHost.exe with no command line arguments. It is unusual for DLLHost.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. DLLHost.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1055"]}
-known_false_positives = Limited false positives may be present in small environments. Tuning may be required based on parent process.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Email - UBA Anomaly - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This detection looks for emails that are suspicious because of their sender, domain rareness, or behavior differences. This is an anomaly generated by Splunk User Behavior Analytics (UBA).
-how_to_implement = You must be ingesting data from email logs and have Splunk integrated with UBA. This anomaly is raised by a UBA detection model called "SuspiciousEmailDetectionModel." Ensure that this model is enabled on your UBA instance.
-annotations = {"cis20": ["CIS 7"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1566"], "nist": ["PR.IP"]}
-known_false_positives = This detection model will alert on any sender domain that is seen for the first time. This could be a potential false positive. The next step is to investigate and add the URL to an allow list if you determine that it is a legitimate sender.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Email Attachment Extensions - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for emails that have attachments with suspicious file extensions.
-how_to_implement = You need to ingest data from emails. Specifically, the sender's address and the file names of any attachments must be mapped to the Email data model. \
- **Splunk Phantom Playbook Integration**\
-If Splunk Phantom is also configured in your environment, a Playbook called "Suspicious Email Attachment Investigate and Delete" can be configured to run when any results are found by this detection search. To use this integration, install the Phantom App for Splunk `https://splunkbase.splunk.com/app/3411/`, and add the correct hostname to the "Phantom Instance" field in the Adaptive Response Actions when configuring this detection search. The notable event will be sent to Phantom and the playbook will gather further information about the file attachment and its network behaviors. If Phantom finds malicious behavior and an analyst approves of the results, the email will be deleted from the user's inbox.
-annotations = {"cis20": ["CIS 3", "CIS 7", "CIS 12"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1566.001"], "nist": ["DE.AE", "PR.IP"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious File Write - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for files created with names that have been linked to malicious activity.
-how_to_implement = You must be ingesting data that records the filesystem activity from your hosts to populate the Endpoint file-system data model node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or via other endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report file system reads and writes. In addition, this search leverages an included lookup file that contains the names of the files to watch for, as well as a note to communicate why that file name is being monitored. This lookup file can be edited to add or remove file the file names you want to monitor.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It's possible for a legitimate file to be created with the same name as one noted in the lookup file. Filenames listed in the lookup file should be unique enough that collisions are rare. Looking at the location of the file and the process responsible for the activity can help determine whether or not the activity is legitimate.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious GPUpdate no Command Line Arguments - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following analytic identifies gpupdate.exe with no command line arguments. It is unusual for gpupdate.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. gpupdate.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1055"]}
-known_false_positives = Limited false positives may be present in small environments. Tuning may be required based on parent process.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Java Classes - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for suspicious Java classes that are often used to exploit remote command execution in common Java frameworks, such as Apache Struts.
-how_to_implement = In order to properly run this search, Splunk needs to ingest data from your web-traffic appliances that serve or sit in the path of your Struts application servers. This can be accomplished by indexing data from a web proxy, or by using network traffic-analysis tools, such as Splunk Stream or Bro.
-annotations = {"cis20": ["CIS 7", "CIS 12"], "kill_chain_phases": ["Exploitation"], "nist": ["DE.AE"]}
-known_false_positives = There are no known false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious MSBuild Rename - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies renamed instances of msbuild.exe executing. Msbuild.exe is natively found in C:\Windows\Microsoft.NET\Framework\v4.0.30319 and C:\Windows\Microsoft.NET\Framework64\v4.0.30319. During investigation, identify the code executed and what is executing a renamed instance of MSBuild.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1127.001", "T1036.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use a moved copy of msbuild, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious MSBuild Spawn - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies wmiprvse.exe spawning msbuild.exe. This behavior is indicative of a COM object being utilized to spawn msbuild from wmiprvse.exe. It is common for MSBuild.exe to be spawned from devenv.exe while using Visual Studio. In this instance, there will be command line arguments and file paths. In a malicious instance, MSBuild.exe will spawn from non-standard processes and have no command line arguments. For example, MSBuild.exe spawning from explorer.exe, powershell.exe is far less common and should be investigated.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1127.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may exhibit this behavior, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious PlistBuddy Usage - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies the use of a native MacOS utility, PlistBuddy, creating or modifying a properly list (.plist) file. In the instance of Silver Sparrow, the following commands were executed:\
-- PlistBuddy -c "Add :Label string init_verx" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :RunAtLoad bool true" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :StartInterval integer 3600" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :ProgramArguments array" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :ProgramArguments:0 string /bin/sh" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :ProgramArguments:1 string -c" ~/Library/Launchagents/init_verx.plist \
-Upon triage, capture the property list file being written to disk and review for further indicators. Contain the endpoint and triage further.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1543.001"]}
-known_false_positives = Some legitimate applications may use PlistBuddy to create or modify property lists and possibly generate false positives. Review the property list being modified or created to confirm.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious PlistBuddy Usage via OSquery - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies the use of a native MacOS utility, PlistBuddy, creating or modifying a properly list (.plist) file. In the instance of Silver Sparrow, the following commands were executed:\
-- PlistBuddy -c "Add :Label string init_verx" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :RunAtLoad bool true" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :StartInterval integer 3600" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :ProgramArguments array" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :ProgramArguments:0 string /bin/sh" ~/Library/Launchagents/init_verx.plist \
-- PlistBuddy -c "Add :ProgramArguments:1 string -c" ~/Library/Launchagents/init_verx.plist \
-Upon triage, capture the property list file being written to disk and review for further indicators. Contain the endpoint and triage further.
-how_to_implement = OSQuery must be installed and configured to pick up process events (info at https://osquery.io) as well as using the Splunk OSQuery Add-on https://splunkbase.splunk.com/app/4402. Modify the macro and validate fields are correct.
-annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1543.001"]}
-known_false_positives = Some legitimate applications may use PlistBuddy to create or modify property lists and possibly generate false positives. Review the property list being modified or created to confirm.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Reg exe Process - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for reg.exe being launched from a command prompt not started by the user. When a user launches cmd.exe, the parent process is usually explorer.exe. This search filters out those instances.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1112"], "nist": ["DE.CM"]}
-known_false_positives = It's possible for system administrators to write scripts that exhibit this behavior. If this is the case, the search will need to be modified to filter them out.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Regsvr32 Register Suspicious Path - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Adversaries may abuse Regsvr32.exe to proxy execution of malicious code by using non-standard file extensions to load malciious DLLs. Upon investigating, look for network connections to remote destinations (internal or external). Review additional parrallel processes and child processes for additional activity.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model. Tune the query by filtering additional extensions found to be used by legitimate processes.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.010"], "nist": ["DE.CM"]}
-known_false_positives = Limited false positives with the query restricted to specified paths. Add more world writeable paths as tuning continues.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Rundll32 Rename - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies renamed instances of rundll32.exe executing. rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64. During investigation, validate it is the legitimate rundll32.exe executing and what script content it is loading. This query relies on the OriginalFileName from Sysmon, or internal name from the PE meta data. Expand the query as needed by looking for specific command line arguments outlined in other analytics.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Tune and filter known instances where renamed rundll32.exe may be used.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011", "T1036.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use a moved copy of rundll32, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Rundll32 StartW - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies rundll32.exe executing a DLL function name, Start and StartW, on the command line that is commonly observed with Cobalt Strike x86 and x64 DLL payloads. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64. Typically, the DLL will be written and loaded from a world writeable path or user location. In most instances it will not have a valid certificate (Unsigned). During investigation, review the parent process and other parallel application execution. Capture and triage the DLL in question. In the instance of Cobalt Strike, rundll32.exe is the default process it opens and injects shellcode into. This default process can be changed, but typically is not.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use Start as a function and call it via the command line. Filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Rundll32 dllregisterserver - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies rundll32.exe using dllregisterserver on the command line to load a DLL. When a DLL is registered, the DllRegisterServer method entry point in the DLL is invoked. This is typically seen when a DLL is being registered on the system. Not every instance is considered malicious, but it will capture malicious use of it. During investigation, review the parent process and parrellel processes executing. Capture the DLL being loaded and inspect further. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = This is likely to produce false positives and will require some filtering. Tune the query by adding command line paths to known good DLLs, or filtering based on parent process names.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Rundll32 no Command Line Arguments - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies rundll32.exe with no command line arguments. It is unusual for rundll32.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1218.011"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use a moved copy of rundll32, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious SQLite3 LSQuarantine Behavior - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies the use of a SQLite3 querying the MacOS preferences to identify the original URL the pkg was downloaded from. This particular behavior is common with MacOS adware-malicious software. Upon triage, review other processes in parallel for suspicious activity. Identify any recent package installations.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1074"]}
-known_false_positives = Unknown.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious Scheduled Task from Public Directory - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following detection identifies Scheduled Tasks registering (creating a new task) a binary or script to run from a public directory which includes users\public, \programdata\ and \windows\temp. Upon triage, review the binary or script in the command line for legitimacy, whether an approved binary/script or not. In addition, capture the binary or script in question and analyze for further behaviors. Identify the source and contain the endpoint.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation", "Privilege Escalation"], "mitre_attack": ["T1053.005"]}
-known_false_positives = Limited false positives may be present. Filter as needed by parent process or command line argument.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious SearchProtocolHost no Command Line Arguments - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The following analytic identifies searchprotocolhost.exe with no command line arguments. It is unusual for searchprotocolhost.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. searchprotocolhost.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1055"]}
-known_false_positives = Limited false positives may be present in small environments. Tuning may be required based on parent process.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious microsoft workflow compiler rename - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies a renamed instance of microsoft.workflow.compiler.exe. Microsoft.workflow.compiler.exe is natively found in C:\Windows\Microsoft.NET\Framework64\v4.0.30319 and is rarely utilized. When investigating, identify the executed code on disk and review. A spawned child process from microsoft.workflow.compiler.exe is uncommon. In any instance, microsoft.workflow.compiler.exe spawning from an Office product or any living off the land binary is highly suspect.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1127", "T1036.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may use a moved copy of microsoft.workflow.compiler.exe, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious microsoft workflow compiler usage - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies microsoft.workflow.compiler.exe usage. microsoft.workflow.compiler.exe is natively found in C:\Windows\Microsoft.NET\Framework64\v4.0.30319 and is rarely utilized. When investigating, identify the executed code on disk and review. It is not a commonly used process by many applications.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1127"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, limited instances have been identified coming from native Microsoft utilities similar to SCCM.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious msbuild path - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies msbuild.exe executing from a non-standard path. Msbuild.exe is natively found in C:\Windows\Microsoft.NET\Framework\v4.0.30319 and C:\Windows\Microsoft.NET\Framework64\v4.0.30319. Instances of Visual Studio will run a copy of msbuild.exe. A moved instance of MSBuild is suspicious, however there are instances of build applications that will move or use a copy of MSBuild.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1127.001", "T1036.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Some legitimate applications may use a moved copy of msbuild.exe, triggering a false positive. Baselining of MSBuild.exe usage is recommended to better understand it's path usage. Visual Studio runs an instance out of a path that will need to be filtered on.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious mshta child process - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies child processes spawning from "mshta.exe". The search will return the first time and last time these command-line arguments were used for these executions, as well as the target system, the user, parent process "mshta.exe" and its child process.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1218.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may exhibit this behavior, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious mshta spawn - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The following analytic identifies wmiprvse.exe spawning mshta.exe. This behavior is indicative of a DCOM object being utilized to spawn mshta from wmiprvse.exe or svchost.exe. In this instance, adversaries may use LethalHTA that will spawn mshta.exe from svchost.exe.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1218.005"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Although unlikely, some legitimate applications may exhibit this behavior, triggering a false positive.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious wevtutil Usage - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = The wevtutil.exe application is the windows event log utility. This searches for wevtutil.exe with parameters for clearing the application, security, setup, or system event logs.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 6"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1070.001"], "nist": ["DE.DP", "PR.IP", "PR.PT", "PR.AC", "PR.AT", "DE.AE"]}
-known_false_positives = The wevtutil.exe application is a legitimate Windows event log utility. Administrators may use it to manage Windows event logs.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious writes to System Volume Information - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search detects writes to the 'System Volume Information' folder by something other than the System process.
-how_to_implement = You need to be ingesting logs with both the process name and command-line from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "mitre_attack": ["T1036"], "nist": ["DE.CM"]}
-known_false_positives = It is possible that other utilities or system processes may legitimately write to this folder. Investigate and modify the search to include exceptions as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - Suspicious writes to windows Recycle Bin - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search detects writes to the recycle bin by a process other than explorer.exe.
-how_to_implement = To successfully implement this search you need to be ingesting information on filesystem and process logs responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `Filesystem` nodes.
-annotations = {"cis20": ["CIS 8"], "mitre_attack": ["T1036"], "nist": ["DE.CM"]}
-known_false_positives = Because the Recycle Bin is a hidden folder in modern versions of Windows, it would be unusual for a process other than explorer.exe to write to it. Incidents should be investigated as appropriate.
-providing_technologies = []
-
-[savedsearch://ESCU - System Information Discovery Detection - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = Detect system information discovery techniques used by attackers to understand configurations of the system to further exploit it.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"cis20": ["CIS 6", "CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1082"], "nist": ["DE.CM"]}
-known_false_positives = Administrators debugging servers
-providing_technologies = []
-
-[savedsearch://ESCU - System Processes Run From Unexpected Locations - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for system processes that normally run out of C:\Windows\System32\ or C:\Windows\SysWOW64 that are not run from that location. This can indicate a malicious process that is trying to hide as a legitimate process.
-how_to_implement = To successfully implement this search you need to ingest details about process execution from your hosts. Specifically, this search requires the process name and the full path to the process executable.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1036.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - TOR Traffic - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for network traffic identified as The Onion Router (TOR), a benign anonymity network which can be abused for a variety of nefarious purposes.
-how_to_implement = In order to properly run this search, Splunk needs to ingest data from firewalls or other network control devices that mediate the traffic allowed into an environment. This is necessary so that the search can identify an 'action' taken on the traffic of interest. The search requires the Network_Traffic data model be populated.
-annotations = {"cis20": ["CIS 9", "CIS 12"], "kill_chain_phases": ["Command and Control"], "mitre_attack": ["T1071.001"], "nist": ["DE.AE"]}
-known_false_positives = None at this time
-providing_technologies = []
-
-[savedsearch://ESCU - USN Journal Deletion - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The fsutil.exe application is a legitimate Windows utility used to perform tasks related to the file allocation table (FAT) and NTFS file systems. The update sequence number (USN) change journal provides a log of all changes made to the files on the disk. This search looks for fsutil.exe deleting the USN journal.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-annotations = {"cis20": ["CIS 6", "CIS 8", "CIS 10"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1070"], "nist": ["DE.CM", "PR.PT", "DE.AE", "DE.DP", "PR.IP"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Uncommon Processes On Endpoint - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This search looks for applications on the endpoint that you have marked as uncommon.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model. This search uses a lookup file `uncommon_processes_default.csv` to track various features of process names that are usually uncommon in most environments. Please consider updating `uncommon_processes_local.csv` to hunt for processes that are uncommon in your environment.
-annotations = {"cis20": ["CIS 2"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1204.002"], "nist": ["ID.AM", "PR.DS"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Unified Messaging Service Spawning a Process - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This detection identifies Microsoft Exchange Server's Unified Messaging services, umworkerprocess.exe and umservice.exe, spawning a child process, indicating possible exploitation of CVE-2021-26857 vulnerability. The query filters out werfault.exe and wermgr.exe mostly due to potential false positives, however, if there is an excessive amount of "wermgr.exe" or "WerFault.exe" failures, it may be due to the active exploitation. During triage, identify any additional suspicious parallel processes. Identify any recent out of place file modifications. Review Exchange logs following Microsofts guide. To contain, perform egress filtering or restrict public access to Exchange. In final, patch the vulnerablity and monitor.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1190"]}
-known_false_positives = Unknown. Tune out child processes as needed to limit volume of false positives.
-providing_technologies = []
-
-[savedsearch://ESCU - Unload Sysmon Filter Driver - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = Attackers often disable security tools to avoid detection. This search looks for the usage of process `fltMC.exe` to unload a Sysmon Driver that will stop sysmon from collecting the data.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model. This search is also shipped with `unload_sysmon_filter_driver_filter` macro, update this macro to filter out false positives.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1562.001"], "nist": ["DE.CM"]}
-known_false_positives =
-providing_technologies = []
-
-[savedsearch://ESCU - Unsigned Image Loaded by LSASS - Rule]
-type = detection
-asset_type = Windows
-confidence = medium
-explanation = This search detects loading of unsigned images by LSASS. Deprecated because too noisy.
-how_to_implement = This search needs Sysmon Logs with a sysmon configuration, which includes EventCode 7 with lsass.exe. This search uses an input macro named `sysmon`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Sysmon logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-annotations = {"cis20": ["CIS 8", "CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1003.001"], "nist": ["DE.CM"]}
-known_false_positives = Other tools could load images into LSASS for legitimate reason. But enterprise tools should always use signed DLLs.
-providing_technologies = []
-
-[savedsearch://ESCU - Unsuccessful Netbackup backups - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search gives you the hosts where a backup was attempted and then failed.
-how_to_implement = To successfully implement this search you need to obtain data from your backup solution, either from the backup logs on your endpoints or from a central server responsible for performing the backups. If you do not use Netbackup, you can modify this search for your specific backup solution.
-annotations = {"cis20": ["CIS 10"], "nist": ["PR.IP"]}
-known_false_positives = None identified
-providing_technologies = []
-
-[savedsearch://ESCU - Unusually Long Command Line - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = Command lines that are extremely long may be indicative of malicious activity on your hosts.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships, from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the process field in the Endpoint data model.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Some legitimate applications start with long command lines.
-providing_technologies = []
-
-[savedsearch://ESCU - Unusually Long Command Line - MLTK - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = Command lines that are extremely long may be indicative of malicious activity on your hosts. This search leverages the Machine Learning Toolkit (MLTK) to help identify command lines with lengths that are unusual for a given user.
-how_to_implement = You must be ingesting endpoint data that monitors command lines and populates the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model. In addition, MLTK version >= 4.2 must be installed on your search heads, along with any required dependencies. Finally, the support search "Baseline of Command Line Length - MLTK" must be executed before this detection search, as it builds an ML model over the historical data used by this search. It is important that this search is run in the same app context as the associated support search, so that the model created by the support search is available for use. You should periodically re-run the support search to rebuild the model with the latest data available in your environment.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = Some legitimate applications use long command lines for installs or updates. You should review identified command lines for legitimacy. You may modify the first part of the search to omit legitimate command lines from consideration. If you are seeing more results than desired, you may consider changing the value of threshold in the search to a smaller value. You should also periodically re-run the support search to re-build the ML model on the latest data. You may get unexpected results if the user identified in the results is not present in the data used to build the associated model.
-providing_technologies = []
-
-[savedsearch://ESCU - Unusually Long Content-Type Length - Rule]
-type = detection
-asset_type = Web Server
-confidence = medium
-explanation = This search looks for unusually long strings in the Content-Type http header that the client sends the server.
-how_to_implement = This particular search leverages data extracted from Stream:HTTP. You must configure the http stream using the Splunk Stream App on your Splunk Stream deployment server to extract the cs_content_type field.
-annotations = {"cis20": ["CIS 3", "CIS 4", "CIS 18", "CIS 12"], "kill_chain_phases": ["Delivery"], "nist": ["ID.RA", "RS.MI", "PR.PT", "PR.IP", "DE.AE", "PR.MA", "DE.CM"]}
-known_false_positives = Very few legitimate Content-Type fields will have a length greater than 100 characters.
-providing_technologies = []
-
-[savedsearch://ESCU - W3WP Spawning Shell - Rule]
-type = detection
-asset_type =
-confidence = medium
-explanation = This query identifies a shell, PowerShell.exe or Cmd.exe, spawning from W3WP.exe, or IIS. In addition to IIS logs, this behavior with an EDR product will capture potential webshell activity, similar to the HAFNIUM Group abusing CVEs, on publicly available Exchange mail servers. During triage, review the parent process and child process of the shell being spawned. Review the command-line arguments and any file modifications that may occur. Identify additional parallel process, child processes, that may highlight further commands executed. After triaging, work to contain the threat and patch the system that is vulnerable.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
-annotations = {"kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1505.003"]}
-known_false_positives = Baseline your environment before production. It is possible build systems using IIS will spawn cmd.exe to perform a software build. Filter as needed.
-providing_technologies = []
-
-[savedsearch://ESCU - WBAdmin Delete System Backups - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for flags passed to wbadmin.exe (Windows Backup Administrator Tool) that delete backup files. This is typically used by ransomware to prevent recovery.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. Tune based on parent process names.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1490"], "nist": ["PR.IP"]}
-known_false_positives = Administrators may modify the boot configuration.
-providing_technologies = []
-
-[savedsearch://ESCU - WMI Permanent Event Subscription - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the creation of WMI permanent event subscriptions.
-how_to_implement = To successfully implement this search, you must be ingesting the Windows WMI activity logs. This can be done by adding a stanza to inputs.conf on the system generating logs with a title of [WinEventLog://Microsoft-Windows-WMI-Activity/Operational].
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1047"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Although unlikely, administrators may use event subscriptions for legitimate purposes.
-providing_technologies = []
-
-[savedsearch://ESCU - WMI Permanent Event Subscription - Sysmon - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the creation of WMI permanent event subscriptions.
-how_to_implement = To successfully implement this search, you must be collecting Sysmon data using Sysmon version 6.1 or greater and have Sysmon configured to generate alerts for WMI activity. In addition, you must have at least version 6.0.4 of the Sysmon TA installed to properly parse the fields.
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1546.003"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Although unlikely, administrators may use event subscriptions for legitimate purposes.
-providing_technologies = []
-
-[savedsearch://ESCU - WMI Temporary Event Subscription - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the creation of WMI temporary event subscriptions.
-how_to_implement = To successfully implement this search, you must be ingesting the Windows WMI activity logs. This can be done by adding a stanza to inputs.conf on the system generating logs with a title of [WinEventLog://Microsoft-Windows-WMI-Activity/Operational].
-annotations = {"cis20": ["CIS 3", "CIS 5"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1047"], "nist": ["PR.PT", "PR.AT", "PR.AC", "PR.IP"]}
-known_false_positives = Some software may create WMI temporary event subscriptions for various purposes. The included search contains an exception for two of these that occur by default on Windows 10 systems. You may need to modify the search to create exceptions for other legitimate events.
-providing_technologies = []
-
-[savedsearch://ESCU - Web Fraud - Account Harvesting - Rule]
-type = detection
-asset_type = Account
-confidence = medium
-explanation = This search is used to identify the creation of multiple user accounts using the same email domain name.
-how_to_implement = We start with a dataset that provides visibility into the email address used for the account creation. In this example, we are narrowing our search down to the single web page that hosts the Magento2 e-commerce platform (via URI) used for account creation, the single http content-type to grab only the user's clicks, and the http field that provides the username (form_data), for performance reasons. After we have the username and email domain, we look for numerous account creations per email domain. Common data sources used for this detection are customized Apache logs or Splunk Stream.
-annotations = {"cis20": ["CIS 16"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1136"], "nist": ["DE.CM", "DE.DP"]}
-known_false_positives = As is common with many fraud-related searches, we are usually looking to attribute risk or synthesize relevant context with loosely written detections that simply detect anamolous behavior. This search will need to be customized to fit your environmentimproving its fidelity by counting based on something much more specific, such as a device ID that may be present in your dataset. Consideration for whether the large number of registrations are occuring from a first-time seen domain may also be important. Extending the search window to look further back in time, or even calculating the average per hour/day for each email domain to look for an anomalous spikes, will improve this search. You can also use Shannon entropy or Levenshtein Distance (both courtesy of URL Toolbox) to consider the randomness or similarity of the email name or email domain, as the names are often machine-generated.
-providing_technologies = []
-
-[savedsearch://ESCU - Web Fraud - Anomalous User Clickspeed - Rule]
-type = detection
-asset_type = account
-confidence = medium
-explanation = This search is used to examine web sessions to identify those where the clicks are occurring too quickly for a human or are occurring with a near-perfect cadence (high periodicity or low standard deviation), resembling a script driven session.
-how_to_implement = Start with a dataset that allows you to see clickstream data for each user click on the website. That data must have a time stamp and must contain a reference to the session identifier being used by the website. This ties the clicks together into clickstreams. This value is usually found in the http cookie. With a bit of tuning, a version of this search could be used in high-volume scenarios, such as scraping, crawling, application DDOS, credit-card testing, account takeover, etc. Common data sources used for this detection are customized Apache logs, customized IIS, and Splunk Stream.
-annotations = {"cis20": ["CIS 6"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1078"], "nist": ["DE.AE", "DE.CM"]}
-known_false_positives = As is common with many fraud-related searches, we are usually looking to attribute risk or synthesize relevant context with loosly written detections that simply detect anamoluous behavior.
-providing_technologies = []
-
-[savedsearch://ESCU - Web Fraud - Password Sharing Across Accounts - Rule]
-type = detection
-asset_type = account
-confidence = medium
-explanation = This search is used to identify user accounts that share a common password.
-how_to_implement = We need to start with a dataset that allows us to see the values of usernames and passwords that users are submitting to the website hosting the Magento2 e-commerce platform (commonly found in the HTTP form_data field). A tokenized or hashed value of a password is acceptable and certainly preferable to a clear-text password. Common data sources used for this detection are customized Apache logs, customized IIS, and Splunk Stream.
-annotations = {"cis20": ["CIS 16"], "nist": ["DE.DP"]}
-known_false_positives = As is common with many fraud-related searches, we are usually looking to attribute risk or synthesize relevant context with loosely written detections that simply detect anamoluous behavior.
-providing_technologies = []
-
-[savedsearch://ESCU - Web Servers Executing Suspicious Processes - Rule]
-type = detection
-asset_type = Web Server
-confidence = medium
-explanation = This search looks for suspicious processes on all systems labeled as web servers.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must also be ingesting logs with both the process name and command line from your endpoints. The command-line arguments are mapped to the "process" field in the Endpoint data model. In addition, web servers will need to be identified in the Assets and Identity Framework of Enterprise Security.
-annotations = {"cis20": ["CIS 3"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1082"], "nist": ["PR.IP"]}
-known_false_positives = Some of these processes may be used legitimately on web servers during maintenance or other administrative tasks.
-providing_technologies = []
-
-[savedsearch://ESCU - Windows AdFind Exe - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for the execution of `adfind.exe` with command-line arguments that it uses by default. Specifically the filter or search functions. It also considers the arguments necessary like objectcategory, see readme for more details: https://www.joeware.net/freetools/tools/adfind/usage.htm. This has been seen used before by Wizard Spider, FIN6 and actors whom also launched SUNBURST. AdFind.exe is usually used a recon tool to enumare a domain controller.
-how_to_implement = To successfully implement this search, you need to be ingesting logs with the process name, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Exploitation"], "mitre_attack": ["T1018"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = administrators rarely use adfind, usually not used for legitimate reasons
-providing_technologies = []
-
-[savedsearch://ESCU - Windows DisableAntiSpyware Registry - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for the Registry Key DisableAntiSpyware set to disable. This is consistent with Ryuk infections across a fleet of endpoints. This particular behavior is typically executed when an ransomware actor gains access to an endpoint and beings to perform execution. Usually, a batch (.bat) will be executed and multiple registry and scheduled task modifications will occur. During triage, review parallel processes and identify any further file modifications. Endpoint should be isolated.
-how_to_implement = To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Registry` node.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1562.001"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = It is unusual to turn this feature off a Windows system since it is a default security control, although it is not rare for some policies to disable it. Although no false positives have been identified, use the provided filter macro to tune the search.
-providing_technologies = []
-
-[savedsearch://ESCU - Windows Event Log Cleared - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = This search looks for Windows events that indicate one of the Windows event logs has been purged.
-how_to_implement = To successfully implement this search, you need to be ingesting Windows event logs from your hosts.
-annotations = {"cis20": ["CIS 3", "CIS 5", "CIS 6"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1070.001"], "nist": ["DE.DP", "PR.IP", "PR.AC", "PR.AT", "DE.AE"]}
-known_false_positives = It is possible that these logs may be legitimately cleared by Administrators.
-providing_technologies = []
-
-[savedsearch://ESCU - Windows Security Account Manager Stopped - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for a Windows Security Account Manager (SAM) was stopped via command-line. This is consistent with Ryuk infections across a fleet of endpoints.
-how_to_implement = You must be ingesting data that records the process-system activity from your hosts to populate the Endpoint Processes data-model object. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1489"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = SAM is a critical windows service, stopping it would cause major issues on an endpoint this makes false positive rare. AlthoughNo false positives have been identified.
-providing_technologies = []
-
-[savedsearch://ESCU - Windows connhost exe started forcefully - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for the Console Window Host process (connhost.exe) executed using the force flag -ForceV1. This is not regular behavior in the Windows OS and is often seen executed by the Ryuk Ransomware. DEPRECATED This event is actually seen in the windows 10 client of attack_range_local. After further testing we realized this is not specific to Ryuk.
-how_to_implement = You must be ingesting data that records the process-system activity from your hosts to populate the Endpoint Processes data-model object. If you are using Sysmon, you will need a Splunk Universal Forwarder on each endpoint from which you want to collect data.
-annotations = {"cis20": ["CIS 8"], "kill_chain_phases": ["Delivery"], "mitre_attack": ["T1059.003"], "nist": ["PR.PT", "DE.CM"]}
-known_false_positives = This process should not be ran forcefully, we have not see any false positives for this detection
-providing_technologies = []
-
-[savedsearch://ESCU - Windows hosts file modification - Rule]
-type = detection
-asset_type = Endpoint
-confidence = medium
-explanation = The search looks for modifications to the hosts file on all Windows endpoints across your environment.
-how_to_implement = To successfully implement this search, you must be ingesting data that records the file-system activity from your hosts to populate the Endpoint.Filesystem data model node. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or by other endpoint data sources, such as Sysmon. The data used for this search is typically generated via logs that report file-system reads and writes.
-annotations = {"cis20": ["CIS 3", "CIS 8", "CIS 12"], "kill_chain_phases": ["Command and Control"], "nist": ["PR.IP", "PR.PT", "PR.AC", "DE.AE", "DE.CM"]}
-known_false_positives = There may be legitimate reasons for system administrators to add entries to this file.
-providing_technologies = []
-
-[savedsearch://ESCU - aws detect attach to role policy - Rule]
-type = detection
-asset_type = AWS Account
-confidence = medium
-explanation = This search provides detection of an user attaching itself to a different role trust policy. This can be used for lateral movement and escalation of privileges.
-how_to_implement = You must install splunk AWS add-on and Splunk App for AWS. This search works with cloudwatch logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = Attach to policy can create a lot of noise. This search can be adjusted to provide specific values to identify cases of abuse (i.e status=failure). The search can provide context for common users attaching themselves to higher privilege policies or even newly created policies.
-providing_technologies = []
-
-[savedsearch://ESCU - aws detect permanent key creation - Rule]
-type = detection
-asset_type = AWS Account
-confidence = medium
-explanation = This search provides detection of accounts creating permanent keys. Permanent keys are not created by default and they are only needed for programmatic calls. Creation of Permanent key is an important event to monitor.
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudwatch logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = Not all permanent key creations are malicious. If there is a policy of rotating keys this search can be adjusted to provide better context.
-providing_technologies = []
-
-[savedsearch://ESCU - aws detect role creation - Rule]
-type = detection
-asset_type = AWS Account
-confidence = medium
-explanation = This search provides detection of role creation by IAM users. Role creation is an event by itself if user is creating a new role with trust policies different than the available in AWS and it can be used for lateral movement and escalation of privileges.
-how_to_implement = You must install splunk AWS add-on and Splunk App for AWS. This search works with cloudwatch logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = CreateRole is not very common in common users. This search can be adjusted to provide specific values to identify cases of abuse. In general AWS provides plenty of trust policies that fit most use cases.
-providing_technologies = []
-
-[savedsearch://ESCU - aws detect sts assume role abuse - Rule]
-type = detection
-asset_type = AWS Account
-confidence = medium
-explanation = This search provides detection of suspicious use of sts:AssumeRole. These tokens can be created on the go and used by attackers to move laterally and escalate privileges.
-how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudtrail logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = Sts:AssumeRole can be very noisy as it is a standard mechanism to provide cross account and cross resources access. This search can be adjusted to provide specific values to identify cases of abuse.
-providing_technologies = []
-
-[savedsearch://ESCU - aws detect sts get session token abuse - Rule]
-type = detection
-asset_type = AWS Account
-confidence = medium
-explanation = This search provides detection of suspicious use of sts:GetSessionToken. These tokens can be created on the go and used by attackers to move laterally and escalate privileges.
-how_to_implement = You must install splunk AWS add-on and Splunk App for AWS. This search works with cloudwatch logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1550"]}
-known_false_positives = Sts:GetSessionToken can be very noisy as in certain environments numerous calls of this type can be executed. This search can be adjusted to provide specific values to identify cases of abuse. In specific environments the use of field requestParameters.serialNumber will need to be used.
-providing_technologies = []
-
-[savedsearch://ESCU - gcp detect oauth token abuse - Rule]
-type = detection
-asset_type = GCP Account
-confidence = medium
-explanation = This search provides detection of possible GCP Oauth token abuse. GCP Oauth token without time limit can be exfiltrated and reused for keeping access sessions alive without further control of authentication, allowing attackers to access and move laterally.
-how_to_implement = You must install splunk GCP add-on. This search works with gcp:pubsub:message logs
-annotations = {"kill_chain_phases": ["Lateral Movement"], "mitre_attack": ["T1078"]}
-known_false_positives = GCP Oauth token abuse detection will only work if there are access policies in place along with audit logs.
-providing_technologies = []
-
### END DETECTIONS ###
### RESPONSE TASKS ###
@@ -4887,14 +719,6 @@ known_false_positives = not defined
earliest_time_offset = 14400
latest_time_offset = 0
-[savedsearch://ESCU - All backup logs for host - Response Task]
-type = investigation
-explanation = none
-how_to_implement = The successfully implement this search you must first send your backup logs to Splunk.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
[savedsearch://ESCU - Amazon EKS Kubernetes activity by src ip - Response Task]
type = investigation
explanation = none
@@ -4903,40 +727,6 @@ known_false_positives = not defined
earliest_time_offset = 14400
latest_time_offset = 0
-[savedsearch://ESCU - DNS Hijack Enrichment - Response Task]
-type = investigation
-explanation = none
-how_to_implement = If Splunk>Phantom is also configured in your environment, a Playbook called "DNS Hijack Enrichment" can be configured to run when any results are found by this detection search. The playbook takes in the DNS record changed and uses Geoip, whois, Censys and PassiveTotal to detect if DNS issuers changed. To use this integration, install the Phantom App for Splunk `https://splunkbase.splunk.com/app/3411/`, add the correct hostname to the "Phantom Instance" field in the Adaptive Response Actions when configuring this detection search, and set the corresponding Playbook to active. \
-(Playbook Link:`https://my.phantom.us/4.2/playbook/dns-hijack-enrichment/`).\
-
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Domain Certificate Investigation - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this phantom playbook, you must integrate Enterprise Security with Phantom. Configure this playbook in the correlation search `Detect DNS requests to Phishing Sites leveraging EvilGinx2` ,as an adaptive response action.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Excessive Account Lockouts Enrichment And Response - Response Task]
-type = investigation
-explanation = none
-how_to_implement = Import playbook into phantom
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - GCP Kubernetes activity by src ip - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must install the GCP App for Splunk (version 2.0.0 or later), then configure stackdriver and set a Pub/Sub subscription to be imported to Splunk. You must also install Cloud Infrastructure data model.Customize the macro kubernetes_gcp_scan_fingerprint_attack_detection to filter out FPs.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
[savedsearch://ESCU - Get All AWS Activity From City - Response Task]
type = investigation
explanation = none
@@ -4969,38 +759,6 @@ known_false_positives = not defined
earliest_time_offset = 14400
latest_time_offset = 0
-[savedsearch://ESCU - Get Backup Logs For Endpoint - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting your backup logs.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Certificate logs for a domain - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting your certificates or SSL logs from your network traffic into your Certificates datamodel. Please note the wildcard(*) before domain in the search syntax, we use to match for all domain and subdomain combinations
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get DNS Server History for a host - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search, you must be ingesting your DNS traffic
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get DNS traffic ratio - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting your network traffic
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
[savedsearch://ESCU - Get EC2 Instance Details by instanceId - Response Task]
type = investigation
explanation = none
@@ -5017,126 +775,6 @@ known_false_positives = not defined
earliest_time_offset = 14400
latest_time_offset = 0
-[savedsearch://ESCU - Get Email Info - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must be ingesting your email logs or capturing unencrypted network traffic which contains email communications.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Emails From Specific Sender - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must ingest your email logs or capture unencrypted email communications within network traffic, and populate the Email data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get First Occurrence and Last Occurrence of a MAC Address - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search, you must be ingesting the logs from your DHCP server.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get History Of Email Sources - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must ingest your email logs or capture unencrypted email communications within network traffic, and populate the Email data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Logon Rights Modifications For Endpoint - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must be ingesting your Windows event logs
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Logon Rights Modifications For User - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must be ingesting your Windows event logs
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Notable History - Response Task]
-type = investigation
-explanation = none
-how_to_implement = If you are using Enterprise Security you are likely already creating notable events with your correlation rules. No additional configuration is necessary.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Outbound Emails to Hidden Cobra Threat Actors - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must ingest your email logs or capture unencrypted email communications within network traffic, and populate the Email data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Parent Process Info - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints to populate the Endpoint data model in the Processes node. The command-line arguments are mapped to the "process" field in the Endpoint data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Process File Activity - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must be ingesting endpoint data and populating the Endpoint data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Process Info - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must be ingesting endpoint data and populating the Endpoint data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Process Information For Port Activity - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you must be ingesting endpoint data that associates processes with network events and populate the Endpoint Datamodel
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Process Responsible For The DNS Traffic - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting endpoint data that associates processes with network events into the Endpoint datamodel. This can come from endpoint protection products such as carbon black, or endpoint data sources such as Sysmon.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Sysmon WMI Activity for Host - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search, you must be collecting Sysmon data using Sysmon version 6.1 or greater and have Sysmon configured to generate events for WMI activity. In addition, you must have at least version 6.0.4 of the Sysmon TA installed to properly parse the fields.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Get Web Session Information via session id - Response Task]
-type = investigation
-explanation = none
-how_to_implement = This search leverages data extracted from Stream:HTTP. You must configure the HTTP stream using the Splunk Stream App on your Splunk Stream deployment server.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
[savedsearch://ESCU - Investigate AWS User Activities by user field - Response Task]
type = investigation
explanation = none
@@ -5153,94 +791,6 @@ known_false_positives = not defined
earliest_time_offset = 14400
latest_time_offset = 0
-[savedsearch://ESCU - Investigate Failed Logins for Multiple Destinations - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you need to be ingesting authentication logs from your various systems and populating the Authentication data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Network Traffic From src ip - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search, you must be ingesting your web-traffic logs and populating the web data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Okta Activity by IP Address - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting Okta logs
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Okta Activity by app - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting Okta logs
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Pass the Hash Attempts - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you need be ingesting windows security logs. This search uses an input macro named `wineventlog_security`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Security logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Pass the Ticket Attempts - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you need to be ingesting windows security logs. This search uses an input macro named `wineventlog_security`. We strongly recommend that you specify your environment-specific configurations (index, source, sourcetype, etc.) for Windows Security logs. Replace the macro definition with configurations for your Splunk environment. The search also uses a post-filter macro designed to filter out known false positives.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Previous Unseen User - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search you need to be ingesting authentication logs from your various systems and populating the Authentication data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Successful Remote Desktop Authentications - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be populating the Authentication data model with security events from your Windows event logs.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Suspicious Strings in HTTP Header - Response Task]
-type = investigation
-explanation = none
-how_to_implement = This particular search leverages data extracted from Stream:HTTP. You must configure the http stream using the Splunk Stream App on your Splunk Stream deployment server to extract the cs_content_type field.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate User Activities In Okta - Response Task]
-type = investigation
-explanation = none
-how_to_implement = You must be ingesting Okta logs
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
-[savedsearch://ESCU - Investigate Web POSTs From src - Response Task]
-type = investigation
-explanation = none
-how_to_implement = To successfully implement this search, you must be ingesting your web-traffic logs and populating the web data model.
-known_false_positives = not defined
-earliest_time_offset = 14400
-latest_time_offset = 0
-
### END RESPONSE TASKS ###
### BASELINES ###
@@ -5274,157 +824,6 @@ how_to_implement = You must have Enterprise Security 6.0 or later, if not you wi
known_false_positives = not defined
providing_technologies = none
-[savedsearch://ESCU - Baseline of API Calls per User ARN]
-type = support
-explanation = This search establishes, on a per-hour basis, the average and the standard deviation of the number of API calls made by each user. Also recorded is the number of data points for each user. This table is then outputted to a lookup file to allow the detection search to operate quickly.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of Command Line Length - MLTK]
-type = support
-explanation = This search is used to build a Machine Learning Toolkit (MLTK) model to characterize the length of the command lines observed for each user in the environment. By default, the search uses the last 30 days of data to build the model. The model created by this search is then used in the corresponding detection search, which identifies outliers in the length of the command line.
-how_to_implement = You must be ingesting endpoint data and populating the Endpoint data model. In addition, you must have the Machine Learning Toolkit (MLTK) version >= 4.2 installed, along with any required dependencies. Depending on the number of users in your environment, you may also need to adjust the value for max_inputs in the MLTK settings for the DensityFunction algorithm, then ensure that the search completes in a reasonable timeframe. By default, the search builds the model using the past 30 days of data. You can modify the search window to build the model over a longer period of time, which may give you better results. You may also want to periodically re-run this search to rebuild the model with the latest data. More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of DNS Query Length - MLTK]
-type = support
-explanation = This search is used to build a Machine Learning Toolkit (MLTK) model to characterize the length of the DNS queries for each DNS record type observed in the environment. By default, the search uses the last 30 days of data to build the model. The model created by this search is then used in the corresponding detection search, which uses it to identify outliers in the length of the DNS query.
-how_to_implement = To successfully implement this search, you will need to ensure that DNS data is populating the Network_Resolution data model. In addition, you must have the Machine Learning Toolkit (MLTK) version >= 4.2 installed, along with any required dependencies. By default, the search builds the model using the past 30 days of data. You can modify the search window to build the model over a longer period of time, which may give you better results. You may also want to periodically re-run this search to rebuild the model with the latest data. More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of Excessive AWS Instances Launched by User - MLTK]
-type = support
-explanation = This search is used to build a Machine Learning Toolkit (MLTK) model for how many RunInstances users do in the environment. By default, the search uses the last 90 days of data to build the model. The model created by this search is then used in the corresponding detection search, which identifies subsequent outliers in the number of RunInstances performed by a user in a small time window.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs.\
-In addition, you must have the Machine Learning Toolkit (MLTK) version >= 4.2 installed, along with any required dependencies. Depending on the number of users in your environment, you may also need to adjust the value for max_inputs in the MLTK settings for the DensityFunction algorithm, then ensure that the search completes in a reasonable timeframe. By default, the search builds the model using the past 30 days of data. You can modify the search window to build the model over a longer period of time, which may give you better results. You may also want to periodically re-run this search to rebuild the model with the latest data.\
-More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of Excessive AWS Instances Terminated by User - MLTK]
-type = support
-explanation = This search is used to build a Machine Learning Toolkit (MLTK) model for how many TerminateInstances users do in the environment. By default, the search uses the last 90 days of data to build the model. The model created by this search is then used in the corresponding detection search, which identifies subsequent outliers in the number of TerminateInstances performed by a user in a small time window.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs.\
-In addition, you must have the Machine Learning Toolkit (MLTK) version >= 4.2 installed, along with any required dependencies. Depending on the number of users in your environment, you may also need to adjust the value for max_inputs in the MLTK settings for the DensityFunction algorithm, then ensure that the search completes in a reasonable timeframe. By default, the search builds the model using the past 30 days of data. You can modify the search window to build the model over a longer period of time, which may give you better results. You may also want to periodically re-run this search to rebuild the model with the latest data.\
-More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of Network ACL Activity by ARN]
-type = support
-explanation = This search establishes, on a per-hour basis, the average and the standard deviation of the number of API calls that were related to network ACLs made by each user. Also recorded is the number of data points for each user. This table is then outputted to a lookup file to allow the detection search to operate quickly.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs. To add or remove API event names for network ACLs, edit the macro `network_acl_events`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of S3 Bucket deletion activity by ARN]
-type = support
-explanation = This search establishes, on a per-hour basis, the average and standard deviation for the number of API calls related to deleting an S3 bucket by each user. Also recorded is the number of data points for each user. This table is then outputted to a lookup file to allow the detection search to operate quickly.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of SMB Traffic - MLTK]
-type = support
-explanation = This search is used to build a Machine Learning Toolkit (MLTK) model to characterize the number of SMB connections observed each hour for every day of week. By default, the search uses the last 30 days of data to build the model. The model created by this search is then used in the corresponding detection search to identify outliers in the number of SMB connections for that hour and day of the week.
-how_to_implement = You must be ingesting network traffic and populating the Network_Traffic data model. In addition, you must have the Machine Learning Toolkit (MLTK) version >= 4.2 installed, along with any required dependencies. To improve your results, you may consider adding "src" to the by clause, which will build the model for each unique source in your enviornment. However, if you have a large number of hosts in your environment, this search may be very resource intensive. In this case, you may need to raise the value of max_inputs and/or max_groups in the MLTK settings for the DensityFunction algorithm, then ensure that the search completes in a reasonable timeframe. By default, the search builds the model using the past 30 days of data. You can modify the search window to build the model over a longer period of time, which may give you better results. You may also want to periodically re-run this search to rebuild the model with the latest data. More information on the algorithm used in the search can be found at `https://docs.splunk.com/Documentation/MLApp/4.2.0/User/Algorithms#DensityFunction`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of Security Group Activity by ARN]
-type = support
-explanation = This search establishes, on a per-hour basis, the average and the standard deviation for the number of API calls related to security groups made by each user. Also recorded is the number of data points for each user. This table is then outputted to a lookup file to allow the detection search to operate quickly.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs. To add or remove API event names for security groups, edit the macro `security_group_api_calls`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Baseline of blocked outbound traffic from AWS]
-type = support
-explanation = This search establishes, on a per-hour basis, the average and the standard deviation of the number of outbound connections blocked in your VPC flow logs by each source IP address (IP address of your EC2 instances). Also recorded is the number of data points for each source IP. This table outputs to a lookup file to allow the detection search to operate quickly.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your `VPC flow logs.`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Count of Unique IPs Connecting to Ports]
-type = support
-explanation = The search counts the number of times a connection was observed to each destination port, and the number of unique source IPs connecting to them.
-how_to_implement = To successfully implement this search, you must be ingesting network traffic, and populating the Network_Traffic data model.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Count of assets by category]
-type = support
-explanation = This search shows you every asset category you have and the assets that belong to those categories.
-how_to_implement = To successfully implement this search you must first leverage the Assets and Identity framework in Enterprise Security to populate your assets_by_str.csv file which should then be mapped to the Identity_Management data model. The Identity_Management data model will contain a list of known authorized company assets. Ensure that all inventoried systems are constantly vetted and updated.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Create a list of approved AWS service accounts]
-type = support
-explanation = This search looks for successful API activity in CloudTrail within the last 30 days, filters out known users from the identity table, and outputs values of users into `aws_service_accounts.csv` lookup file.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Please validate the service account entires in `aws_service_accounts.csv`, which is a lookup file created as a result of running this support search. Please remove the entries of service accounts that are not legitimate.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - DNSTwist Domain Names]
-type = support
-explanation = This search creates permutations of your existing domains, removes the valid domain names and stores them in a specified lookup file so they can be checked for in the associated detection searches.
-how_to_implement = To successfully implement this search you need to update the file called domains.csv in the DA-ESS-SOC/lookup directory. Or `cim_corporate_email_domains.csv` and `cim_corporate_web_domains.csv` from **Splunk\_SA\_CIM**.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Discover DNS records]
-type = support
-explanation = The search takes corporate and common cloud provider domains configured under `cim_corporate_email_domains.csv`, `cim_corporate_web_domains.csv`, and `cloud_domains.csv` finds their responses across the last 30 days from data in the `Network_Resolution ` datamodel, then stores the output under the `discovered_dns_records.csv` lookup
-how_to_implement = To successfully implement this search, you must be ingesting DNS logs, and populating the Network_Resolution data model. Also make sure that the cim_corporate_web_domains and cim_corporate_email_domains lookups are populated with the domains owned by your corporation
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Identify Systems Creating Remote Desktop Traffic]
-type = support
-explanation = This search counts the numbers of times the system has generated remote desktop traffic.
-how_to_implement = To successfully implement this search, you must ingest network traffic and populate the Network_Traffic data model.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Identify Systems Receiving Remote Desktop Traffic]
-type = support
-explanation = This search counts the numbers of times the system has created remote desktop traffic
-how_to_implement = To successfully implement this search you must ingest network traffic and populate the Network_Traffic data model. If a system receives a lot of remote desktop traffic, you can apply the category common_rdp_destination to it.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Identify Systems Using Remote Desktop]
-type = support
-explanation = This search counts the numbers of times the remote desktop process, mstsc.exe, has run on each system.
-how_to_implement = To successfully implement this search you must be ingesting endpoint data that records process activity.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Monitor Successful Backups]
-type = support
-explanation = This search is intended to give you a feel for how often successful backups are conducted in your environment. Fluctuations in these numbers will allow you to determine when you should investigate.
-how_to_implement = To successfully implement this search you must be ingesting your backup logs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Monitor Unsuccessful Backups]
-type = support
-explanation = This search is intended to give you a feel for how often backup failures happen in your environments. Fluctuations in these numbers will allow you to determine when you should investigate.
-how_to_implement = To successfully implement this search you must be ingesting your backup logs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen AWS Cross Account Activity]
-type = support
-explanation = This search looks for **AssumeRole** events where the requesting account differs from the requested account, then writes these relationships to a lookup file.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Validate the user name entries in `previously_seen_aws_cross_account_activity.csv`, a lookup file created by this support search.
-known_false_positives = not defined
-providing_technologies = none
-
[savedsearch://ESCU - Previously Seen AWS Cross Account Activity - Initial]
type = support
explanation = This search looks for **AssumeRole** events where the requesting account differs from the requested account, then writes these relationships to a lookup file.
@@ -5439,20 +838,6 @@ how_to_implement = You must install and configure the Splunk Add-on for AWS (ver
known_false_positives = not defined
providing_technologies = none
-[savedsearch://ESCU - Previously Seen AWS Provisioning Activity Sources]
-type = support
-explanation = This search builds a table of the first and last times seen for every IP address (along with its physical location) previously associated with cloud-provisioning activity. This is broadly defined as any event that runs or creates something.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen AWS Regions]
-type = support
-explanation = This search looks for CloudTrail events where an AWS instance is started and creates a baseline of most recent time (latest) and the first time (earliest) we've seen this region in our dataset grouped by the value awsRegion for the last 30 days
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
[savedsearch://ESCU - Previously Seen Cloud API Calls Per User Role - Initial]
type = support
explanation = This search builds a table of the first and last times seen for every user role and command combination. This is broadly defined as any event that runs or creates something. This table is then cached.
@@ -5551,48 +936,6 @@ how_to_implement = You must be ingesting the approrpiate cloud infrastructure lo
known_false_positives = not defined
providing_technologies = none
-[savedsearch://ESCU - Previously Seen EC2 AMIs]
-type = support
-explanation = This search builds a table of previously seen AMIs used to launch EC2 instances
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen EC2 Instance Types]
-type = support
-explanation = This search builds a table of previously seen EC2 instance types
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen EC2 Launches By User]
-type = support
-explanation = This search builds a table of previously seen ARNs that have launched a EC2 instance.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen EC2 Modifications By User]
-type = support
-explanation = This search builds a table of previously seen ARNs that have launched a EC2 instance.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS version (4.4.0 or later), then configure your CloudTrail inputs. To add or remove APIs that modify an EC2 instance, edit the macro `ec2_modification_api_calls`.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen Running Windows Services - Initial]
-type = support
-explanation = This collects the services that have been started across your entire enterprise.
-how_to_implement = While this search does not require you to adhere to Splunk CIM, you must be ingesting your Windows security-event logs for it to execute successfully. Please ensure that the Splunk Add-on for Microsoft Windows is version 8.0.0 or above.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen Running Windows Services - Update]
-type = support
-explanation = This search returns the first and last time a Windows service was seen across your enterprise within the last hour. It then updates this information with historical data and filters out Windows services pairs that have not been seen within the specified time window. This updated table is then cached.
-how_to_implement = While this search does not require you to adhere to Splunk CIM, you must be ingesting your Windows security-event logs for it to execute successfully. Please ensure that the Splunk Add-on for Microsoft Windows is version 8.0.0 or above.
-known_false_positives = not defined
-providing_technologies = none
-
[savedsearch://ESCU - Previously Seen Users In CloudTrail - Update]
type = support
explanation = This search looks for CloudTrail events where a user logs into the console, then updates the baseline of the latest and earliest times, City, Region, and Country we have encountered this user in our dataset, grouped by user, within the last hour.
@@ -5607,74 +950,4 @@ how_to_implement = You must install and configure the Splunk Add-on for AWS (ver
known_false_positives = not defined
providing_technologies = none
-[savedsearch://ESCU - Previously Seen Zoom Child Processes - Initial]
-type = support
-explanation = This search returns the first and last time a process was seen per endpoint with a parent process of zoom.exe (Windows) or zoom.us (macOS). This table is then cached.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously Seen Zoom Child Processes - Update]
-type = support
-explanation = This search returns the first and last time a process was seen per endpoint with a parent process of zoom.exe (Windows) or zoom.us (macOS) within the last hour. It then updates this information with historical data and filters out proces_name and endpoint pairs that have not been seen within the specified time window. This updated table is outputed to disk.
-how_to_implement = You must be ingesting endpoint data that tracks process activity, including parent-child relationships from your endpoints, to populate the Endpoint data model in the Processes node.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously seen API call per user roles in CloudTrail]
-type = support
-explanation = This search looks for successful API calls made by different user roles, then creates a baseline of the earliest and latest times we have encountered this user role. It also returns the name of the API call in our dataset--grouped by user role and name of the API call--that occurred within the last 30 days. In this support search, we are only looking for events where the user identity is Assumed Role.
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Please validate the user role entries in `previously_seen_api_calls_from_user_roles.csv`, which is a lookup file created as a result of running this support search.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously seen S3 bucket access by remote IP]
-type = support
-explanation = This search looks for successful access to S3 buckets from remote IP addresses, then creates a baseline of the earliest and latest times we have encountered this remote IP within the last 30 days. In this support search, we are only looking for S3 access events where the HTTP response code from AWS is "200"
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your S3 access-logs inputs. You must validate the remote IP and bucket name entries in `previously_seen_S3_access_from_remote_ip.csv`, which is a lookup file created as a result of running this support search.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously seen command line arguments]
-type = support
-explanation = This search looks for command-line arguments where `cmd.exe /c` is used to execute a program, then creates a baseline of the earliest and latest times we have encountered this command-line argument in our dataset within the last 30 days.
-how_to_implement = You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Processes node. You must be ingesting logs with both the process name and command line from your endpoints. The complete process name with command-line arguments are mapped to the "process" field in the Endpoint data model.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Previously seen users in CloudTrail]
-type = support
-explanation = This search looks for CloudTrail events where a user logs into the console, then creates a baseline of the latest and earliest times, City, Region, and Country we have encountered this user in our dataset, grouped by ARN, within the last 30 days. NOTE - This baseline search is deprecated and has been updated to use the Authentication Datamodel
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Please validate the user name entries in `previously_seen_users_console_logins_cloudtrail`, which is a lookup file created as a result of running this support search.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Systems Ready for Spectre-Meltdown Windows Patch]
-type = support
-explanation = Some AV applications can cause the Spectre/Meltdown patch for Windows not to install successfully. This registry key is supposed to be created by the AV engine when it has been patched to be able to handle the Windows patch. If this key has been written, the system can then be patched for Spectre and Meltdown.
-how_to_implement = You need to be ingesting logs with both the process name and command-line from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Update previously seen users in CloudTrail]
-type = support
-explanation = This search looks for CloudTrail events where a user logs into the console, then updates the baseline of the latest and earliest times, City, Region, and Country we have encountered this user in our dataset, grouped by ARN, within the last hour. NOTE - This baseline search is deprecated and has been updated to use the Authentication Datamodel
-how_to_implement = You must install the AWS App for Splunk (version 5.1.0 or later) and Splunk Add-on for AWS (version 4.4.0 or later), then configure your CloudTrail inputs. Please validate the user name entries in `previously_seen_users_console_logins_cloudtrail`, which is a lookup file created as a result of running this support search.
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Windows Updates Install Failures]
-type = support
-explanation = This search is intended to give you a feel for how often Windows updates fail to install in your environment. Fluctuations in these numbers will allow you to determine when you should be concerned.
-how_to_implement = You must be ingesting your Windows Update Logs
-known_false_positives = not defined
-providing_technologies = none
-
-[savedsearch://ESCU - Windows Updates Install Successes]
-type = support
-explanation = This search is intended to give you a feel for how often successful Windows updates are applied in your environments. Fluctuations in these numbers will allow you to determine when you should be concerned.
-how_to_implement = You must be ingesting your Windows Update Logs
-known_false_positives = not defined
-providing_technologies = none
-
### END ESCU BASELINES ###
\ No newline at end of file
diff --git a/dist/saaws/default/app.conf b/dist/saaws/default/app.conf
index 2f76ac5958..3e490471a0 100644
--- a/dist/saaws/default/app.conf
+++ b/dist/saaws/default/app.conf
@@ -4,7 +4,7 @@
is_configured = false
state = enabled
state_change_requires_restart = false
-build = 25386
+build = 27110
[triggers]
reload.analytic_stories = simple
@@ -18,7 +18,7 @@ reload.content-version = simple
[launcher]
author = Splunk
-version = 3.18.0
+version = 3.19.0
description = Explore the Analytic Stories included with Splunk Security Analytics for AWS Content
[ui]
diff --git a/dist/saaws/default/collections.conf b/dist/saaws/default/collections.conf
index 1fd6a7f12a..7c0939e36e 100644
--- a/dist/saaws/default/collections.conf
+++ b/dist/saaws/default/collections.conf
@@ -1,6 +1,6 @@
#############
# Automatically generated by generator.py in splunk/security_content
-# On Date: 2021-04-12T22:03:03 UTC
+# On Date: 2021-04-22T21:35:56 UTC
# Author: Splunk Security Research
# Contact: research@splunk.com
#############
diff --git a/dist/saaws/default/content-version.conf b/dist/saaws/default/content-version.conf
index e45a39998e..8f448c9c05 100644
--- a/dist/saaws/default/content-version.conf
+++ b/dist/saaws/default/content-version.conf
@@ -1,2 +1,2 @@
[content-version]
-version = 3.18.0
+version = 3.19.0
diff --git a/dist/saaws/default/es_investigations.conf b/dist/saaws/default/es_investigations.conf
index 6b986f3dd3..ac83530284 100644
--- a/dist/saaws/default/es_investigations.conf
+++ b/dist/saaws/default/es_investigations.conf
@@ -11,7 +11,7 @@ label = AWS Network ACL Activity
description = Monitor your AWS network infrastructure for bad configurations and malicious activity. Investigative searches help you probe deeper, when the facts warrant it.
disabled = 0
-panels = ["panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task", "panel://workbench_panel_aws_network_interface_details_via_resourceid___response_task", "panel://workbench_panel_get_all_aws_activity_from_ip_address___response_task", "panel://workbench_panel_aws_network_acl_details_from_id___response_task"]
+panels = ["panel://workbench_panel_get_all_aws_activity_from_ip_address___response_task", "panel://workbench_panel_aws_network_interface_details_via_resourceid___response_task", "panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task", "panel://workbench_panel_aws_network_acl_details_from_id___response_task"]
[panel_group://workbench_panel_group_aws_security_hub_alerts]
label = AWS Security Hub Alerts
@@ -25,7 +25,7 @@ label = Cloud Cryptomining
description = Monitor your cloud compute instances for activities related to cryptojacking/cryptomining. New instances that originate from previously unseen regions, users who launch abnormally high numbers of instances, or compute instances started by previously unseen users are just a few examples of potentially malicious behavior.
disabled = 0
-panels = ["panel://workbench_panel_get_ec2_instance_details_by_instanceid___response_task", "panel://workbench_panel_get_ec2_launch_details___response_task", "panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task", "panel://workbench_panel_aws_investigate_security_hub_alerts_by_dest___response_task", "panel://workbench_panel_investigate_aws_activities_via_region_name___response_task"]
+panels = ["panel://workbench_panel_aws_investigate_security_hub_alerts_by_dest___response_task", "panel://workbench_panel_investigate_aws_activities_via_region_name___response_task", "panel://workbench_panel_get_ec2_launch_details___response_task", "panel://workbench_panel_get_ec2_instance_details_by_instanceid___response_task", "panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task"]
[panel_group://workbench_panel_group_cloud_federated_credential_abuse]
label = Cloud Federated Credential Abuse
@@ -60,7 +60,7 @@ label = Suspicious AWS S3 Activities
description = Use the searches in this Analytic Story to monitor your AWS S3 buckets for evidence of anomalous activity and suspicious behaviors, such as detecting open S3 buckets and buckets being accessed from a new IP. The contextual and investigative searches will give you more information, when required.
disabled = 0
-panels = ["panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task", "panel://workbench_panel_aws_s3_bucket_details_via_bucketname___response_task", "panel://workbench_panel_get_all_aws_activity_from_ip_address___response_task", "panel://workbench_panel_investigate_aws_activities_via_region_name___response_task"]
+panels = ["panel://workbench_panel_get_all_aws_activity_from_ip_address___response_task", "panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task", "panel://workbench_panel_investigate_aws_activities_via_region_name___response_task", "panel://workbench_panel_aws_s3_bucket_details_via_bucketname___response_task"]
[panel_group://workbench_panel_group_suspicious_cloud_authentication_activities]
label = Suspicious Cloud Authentication Activities
@@ -74,7 +74,7 @@ label = Suspicious Cloud Instance Activities
description = Monitor your cloud infrastructure provisioning activities for behaviors originating from unfamiliar or unusual locations. These behaviors may indicate that malicious activities are occurring somewhere within your cloud environment.
disabled = 0
-panels = ["panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task", "panel://workbench_panel_get_all_aws_activity_from_ip_address___response_task"]
+panels = ["panel://workbench_panel_get_all_aws_activity_from_ip_address___response_task", "panel://workbench_panel_aws_investigate_user_activities_by_arn___response_task"]
[panel_group://workbench_panel_group_suspicious_cloud_provisioning_activities]
label = Suspicious Cloud Provisioning Activities
diff --git a/dist/saaws/default/macros.conf b/dist/saaws/default/macros.conf
index 33c0f08703..d2a01fb00e 100644
--- a/dist/saaws/default/macros.conf
+++ b/dist/saaws/default/macros.conf
@@ -1,6 +1,6 @@
#############
# Automatically generated by generator.py in splunk/security_content
-# On Date: 2021-04-12T22:03:03 UTC
+# On Date: 2021-04-22T21:35:56 UTC
# Author: Splunk Security Research
# Contact: research@splunk.com
#############
@@ -315,6 +315,30 @@ description = Update this macro to limit the output results to filter out false
definition = search *
description = Update this macro to limit the output results to filter out false positives.
+[aws_excessive_security_scanning_filter]
+definition = search *
+description = Update this macro to limit the output results to filter out false positives.
+
+[aws_iam_accessdenied_discovery_events_filter]
+definition = search *
+description = Update this macro to limit the output results to filter out false positives.
+
+[aws_iam_assume_role_policy_brute_force_filter]
+definition = search *
+description = Update this macro to limit the output results to filter out false positives.
+
+[aws_iam_delete_policy_filter]
+definition = search *
+description = Update this macro to limit the output results to filter out false positives.
+
+[aws_iam_failure_group_deletion_filter]
+definition = search *
+description = Update this macro to limit the output results to filter out false positives.
+
+[aws_iam_successful_group_deletion_filter]
+definition = search *
+description = Update this macro to limit the output results to filter out false positives.
+
[aws_network_access_control_list_created_with_all_open_ports_filter]
definition = search *
description = Update this macro to limit the output results to filter out false positives.
diff --git a/dist/saaws/default/savedsearches.conf b/dist/saaws/default/savedsearches.conf
index 481be4bc2d..c545c2d734 100644
--- a/dist/saaws/default/savedsearches.conf
+++ b/dist/saaws/default/savedsearches.conf
@@ -1,6 +1,6 @@
#############
# Automatically generated by generator.py in splunk/security_content
-# On Date: 2021-04-12T22:03:03 UTC
+# On Date: 2021-04-22T21:35:56 UTC
# Author: Splunk Security Research
# Contact: research@splunk.com
#############
@@ -241,6 +241,215 @@ realtime_schedule = 0
is_visible = false
search = `cloudtrail` eventName=CopyObject requestParameters.x-amz-server-side-encryption="aws:kms" | rename requestParameters.bucketName AS bucket_name, requestParameters.x-amz-copy-source AS src_file, requestParameters.key AS dest_file | stats count min(_time) as firstTime max(_time) as lastTime values(src_file) AS src_file values(dest_file) AS dest_file values(userAgent) AS userAgent values(region) AS region values(src) AS src by user | `security_content_ctime(firstTime)`| `security_content_ctime(lastTime)` |`aws_detect_users_with_kms_keys_performing_encryption_s3_filter`
+[ESCU - AWS Excessive Security Scanning - Rule]
+action.escu = 0
+action.escu.enabled = 1
+description = This search looks for CloudTrail events and analyse the amount of eventNames which starts with Describe by a single user. This indicates that this user scans the configuration of your AWS cloud environment.
+action.escu.mappings = {"cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1526"], "nist": ["PR.DS", "PR.AC", "DE.CM"]}
+action.escu.data_models = []
+action.escu.eli5 = This search looks for CloudTrail events and analyse the amount of eventNames which starts with Describe by a single user. This indicates that this user scans the configuration of your AWS cloud environment.
+action.escu.how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudtrail logs.
+action.escu.known_false_positives = While this search has no known false positives.
+action.escu.creation_date = 2021-04-13
+action.escu.modification_date = 2021-04-13
+action.escu.confidence = high
+action.escu.full_search_name = ESCU - AWS Excessive Security Scanning - Rule
+action.escu.search_type = detection
+action.escu.product = ["Splunk Security Analytics for AWS", "Splunk Enterprise", "Splunk Enterprise Security", "Splunk Cloud"]
+action.escu.providing_technologies = []
+action.escu.analytic_story = ["AWS User Monitoring"]
+action.risk = 1
+action.risk.param._risk_object = src
+action.risk.param._risk_object_type = system
+action.risk.param._risk_score = 20
+action.risk.param.verbose = 0
+cron_schedule = 0 * * * *
+dispatch.earliest_time = -70m@m
+dispatch.latest_time = -10m@m
+action.correlationsearch.enabled = 1
+action.correlationsearch.label = ESCU - AWS Excessive Security Scanning - Rule
+action.correlationsearch.annotations = {"analytic_story": ["AWS User Monitoring"], "cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1526"], "nist": ["PR.DS", "PR.AC", "DE.CM"]}
+schedule_window = auto
+alert.digest_mode = 1
+disabled = false
+enableSched = 1
+counttype = number of events
+relation = greater than
+quantity = 0
+realtime_schedule = 0
+is_visible = false
+search = `cloudtrail` eventName=Describe* OR eventName=List* OR eventName=Get* | stats dc(eventName) as dc_events min(_time) as firstTime max(_time) as lastTime values(eventName) as eventName values(src) as src values(userAgent) as userAgent by user userIdentity.arn | where dc_events > 50 | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)`|`aws_excessive_security_scanning_filter`
+
+[ESCU - AWS IAM AccessDenied Discovery Events - Rule]
+action.escu = 0
+action.escu.enabled = 1
+description = The following detection identifies excessive AccessDenied events within an hour timeframe. It is possible that an access key to AWS may have been stolen and is being misused to perform discovery events. In these instances, the access is not available with the key stolen therefore these events will be generated.
+action.escu.mappings = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1580"]}
+action.escu.data_models = []
+action.escu.eli5 = The following detection identifies excessive AccessDenied events within an hour timeframe. It is possible that an access key to AWS may have been stolen and is being misused to perform discovery events. In these instances, the access is not available with the key stolen therefore these events will be generated.
+action.escu.how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+action.escu.known_false_positives = It is possible to start this detection will need to be tuned by source IP or user. In addition, change the count values to an upper threshold to restrict false positives.
+action.escu.creation_date = 2021-04-05
+action.escu.modification_date = 2021-04-05
+action.escu.confidence = high
+action.escu.full_search_name = ESCU - AWS IAM AccessDenied Discovery Events - Rule
+action.escu.search_type = detection
+action.escu.product = ["Splunk Enterprise", "Splunk Enterprise Security", "Splunk Cloud", "Splunk Security Analytics for AWS"]
+action.escu.providing_technologies = []
+action.escu.analytic_story = ["Suspicious Cloud User Activities"]
+cron_schedule = 0 * * * *
+dispatch.earliest_time = -70m@m
+dispatch.latest_time = -10m@m
+action.correlationsearch.enabled = 1
+action.correlationsearch.label = ESCU - AWS IAM AccessDenied Discovery Events - Rule
+action.correlationsearch.annotations = {"analytic_story": ["Suspicious Cloud User Activities"], "kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1580"]}
+schedule_window = auto
+alert.digest_mode = 1
+disabled = false
+enableSched = 1
+counttype = number of events
+relation = greater than
+quantity = 0
+realtime_schedule = 0
+is_visible = false
+search = `cloudtrail` (errorCode = "AccessDenied") user_type=IAMUser (userAgent!=*.amazonaws.com) | bucket _time span=1h | stats count as failures min(_time) as firstTime max(_time) as lastTime, dc(eventName) as methods, dc(eventSource) as sources values(userIdentity.arn) by src_ip, userIdentity.arn, _time | where failures >= 5 and methods >= 1 and sources >= 1 | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `aws_iam_accessdenied_discovery_events_filter`
+
+[ESCU - AWS IAM Assume Role Policy Brute Force - Rule]
+action.escu = 0
+action.escu.enabled = 1
+description = The following detection identifies any malformed policy document exceptions with a status of `failure`. A malformed policy document exception occurs in instances where roles are attempted to be assumed, or brute forced. In a brute force attempt, using a tool like CloudSploit or Pacu, an attempt will look like `arn:aws:iam::111111111111:role/aws-service-role/rds.amazonaws.com/AWSServiceRoleForRDS`. Meaning, when an adversary is attempting to identify a role name, multiple failures will occur. This detection focuses on the errors of a remote attempt that is failing.
+action.escu.mappings = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1580", "T1110"]}
+action.escu.data_models = []
+action.escu.eli5 = The following detection identifies any malformed policy document exceptions with a status of `failure`. A malformed policy document exception occurs in instances where roles are attempted to be assumed, or brute forced. In a brute force attempt, using a tool like CloudSploit or Pacu, an attempt will look like `arn:aws:iam::111111111111:role/aws-service-role/rds.amazonaws.com/AWSServiceRoleForRDS`. Meaning, when an adversary is attempting to identify a role name, multiple failures will occur. This detection focuses on the errors of a remote attempt that is failing.
+action.escu.how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs. Set the `where count` greater than a value to identify suspicious activity in your environment.
+action.escu.known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users.
+action.escu.creation_date = 2021-04-01
+action.escu.modification_date = 2021-04-01
+action.escu.confidence = high
+action.escu.full_search_name = ESCU - AWS IAM Assume Role Policy Brute Force - Rule
+action.escu.search_type = detection
+action.escu.product = ["Splunk Enterprise", "Splunk Enterprise Security", "Splunk Cloud", "Splunk Security Analytics for AWS"]
+action.escu.providing_technologies = []
+action.escu.analytic_story = ["AWS IAM Privilege Escalation"]
+cron_schedule = 0 * * * *
+dispatch.earliest_time = -70m@m
+dispatch.latest_time = -10m@m
+action.correlationsearch.enabled = 1
+action.correlationsearch.label = ESCU - AWS IAM Assume Role Policy Brute Force - Rule
+action.correlationsearch.annotations = {"analytic_story": ["AWS IAM Privilege Escalation"], "kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1580", "T1110"]}
+schedule_window = auto
+alert.digest_mode = 1
+disabled = false
+enableSched = 1
+counttype = number of events
+relation = greater than
+quantity = 0
+realtime_schedule = 0
+is_visible = false
+search = `cloudtrail` (errorCode=MalformedPolicyDocumentException) status=failure (userAgent!=*.amazonaws.com) | stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.policyName) as policy_name by src eventName eventSource aws_account_id errorCode requestParameters.policyDocument userAgent eventID awsRegion userIdentity.principalId user_arn | where count >= 2 | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `aws_iam_assume_role_policy_brute_force_filter`
+
+[ESCU - AWS IAM Delete Policy - Rule]
+action.escu = 0
+action.escu.enabled = 1
+description = The following detection identifes when a policy is deleted on AWS. This does not identify whether successful or failed, but the error messages tell a story of suspicious attempts. There is a specific process to follow when deleting a policy. First, detach the policy from all users, groups, and roles that the policy is attached to, using DetachUserPolicy , DetachGroupPolicy , or DetachRolePolicy.
+action.escu.mappings = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1098"]}
+action.escu.data_models = []
+action.escu.eli5 = The following detection identifes when a policy is deleted on AWS. This does not identify whether successful or failed, but the error messages tell a story of suspicious attempts. There is a specific process to follow when deleting a policy. First, detach the policy from all users, groups, and roles that the policy is attached to, using DetachUserPolicy , DetachGroupPolicy , or DetachRolePolicy.
+action.escu.how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+action.escu.known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete policies (least privilege). In addition, this may be saved seperately and tuned for failed or success attempts only.
+action.escu.creation_date = 2021-04-01
+action.escu.modification_date = 2021-04-01
+action.escu.confidence = high
+action.escu.full_search_name = ESCU - AWS IAM Delete Policy - Rule
+action.escu.search_type = detection
+action.escu.product = ["Splunk Enterprise", "Splunk Enterprise Security", "Splunk Cloud", "Splunk Security Analytics for AWS"]
+action.escu.providing_technologies = []
+action.escu.analytic_story = ["AWS IAM Privilege Escalation"]
+cron_schedule = 0 * * * *
+dispatch.earliest_time = -70m@m
+dispatch.latest_time = -10m@m
+action.correlationsearch.enabled = 1
+action.correlationsearch.label = ESCU - AWS IAM Delete Policy - Rule
+action.correlationsearch.annotations = {"analytic_story": ["AWS IAM Privilege Escalation"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1098"]}
+schedule_window = auto
+alert.digest_mode = 1
+disabled = false
+enableSched = 1
+counttype = number of events
+relation = greater than
+quantity = 0
+realtime_schedule = 0
+is_visible = false
+search = `cloudtrail` eventName=DeletePolicy (userAgent!=*.amazonaws.com) | stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.policyArn) as policyArn by src eventName eventSource aws_account_id errorCode errorMessage userAgent eventID awsRegion userIdentity.principalId userIdentity.arn | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `aws_iam_delete_policy_filter`
+
+[ESCU - AWS IAM Failure Group Deletion - Rule]
+action.escu = 0
+action.escu.enabled = 1
+description = This detection identifies failure attempts to delete groups. We want to identify when a group is attempting to be deleted, but either access is denied, there is a conflict or there is no group. This is indicative of administrators performing an action, but also could be suspicious behavior occurring. Review parallel IAM events - recently added users, new groups and so forth.
+action.escu.mappings = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1098"]}
+action.escu.data_models = []
+action.escu.eli5 = This detection identifies failure attempts to delete groups. We want to identify when a group is attempting to be deleted, but either access is denied, there is a conflict or there is no group. This is indicative of administrators performing an action, but also could be suspicious behavior occurring. Review parallel IAM events - recently added users, new groups and so forth.
+action.escu.how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+action.escu.known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+action.escu.creation_date = 2021-04-01
+action.escu.modification_date = 2021-04-01
+action.escu.confidence = high
+action.escu.full_search_name = ESCU - AWS IAM Failure Group Deletion - Rule
+action.escu.search_type = detection
+action.escu.product = ["Splunk Enterprise", "Splunk Enterprise Security", "Splunk Cloud", "Splunk Security Analytics for AWS"]
+action.escu.providing_technologies = []
+action.escu.analytic_story = ["AWS IAM Privilege Escalation"]
+cron_schedule = 0 * * * *
+dispatch.earliest_time = -70m@m
+dispatch.latest_time = -10m@m
+action.correlationsearch.enabled = 1
+action.correlationsearch.label = ESCU - AWS IAM Failure Group Deletion - Rule
+action.correlationsearch.annotations = {"analytic_story": ["AWS IAM Privilege Escalation"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1098"]}
+schedule_window = auto
+alert.digest_mode = 1
+disabled = false
+enableSched = 1
+counttype = number of events
+relation = greater than
+quantity = 0
+realtime_schedule = 0
+is_visible = false
+search = `cloudtrail` eventSource=iam.amazonaws.com eventName=DeleteGroup errorCode IN (NoSuchEntityException,DeleteConflictException, AccessDenied) (userAgent!=*.amazonaws.com) | stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.groupName) as group_name by src eventName eventSource aws_account_id errorCode errorMessage userAgent eventID awsRegion userIdentity.principalId user_arn | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `aws_iam_failure_group_deletion_filter`
+
+[ESCU - AWS IAM Successful Group Deletion - Rule]
+action.escu = 0
+action.escu.enabled = 1
+description = The following query uses IAM events to track the success of a group being deleted on AWS. This is typically not indicative of malicious behavior, but a precurser to additional events thay may unfold. Review parallel IAM events - recently added users, new groups and so forth. Inversely, review failed attempts in a similar manner.
+action.escu.mappings = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1069.003", "T1098"]}
+action.escu.data_models = []
+action.escu.eli5 = The following query uses IAM events to track the success of a group being deleted on AWS. This is typically not indicative of malicious behavior, but a precurser to additional events thay may unfold. Review parallel IAM events - recently added users, new groups and so forth. Inversely, review failed attempts in a similar manner.
+action.escu.how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+action.escu.known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+action.escu.creation_date = 2021-03-31
+action.escu.modification_date = 2021-03-31
+action.escu.confidence = high
+action.escu.full_search_name = ESCU - AWS IAM Successful Group Deletion - Rule
+action.escu.search_type = detection
+action.escu.product = ["Splunk Enterprise", "Splunk Enterprise Security", "Splunk Cloud", "Splunk Security Analytics for AWS"]
+action.escu.providing_technologies = []
+action.escu.analytic_story = ["AWS IAM Privilege Escalation"]
+cron_schedule = 0 * * * *
+dispatch.earliest_time = -70m@m
+dispatch.latest_time = -10m@m
+action.correlationsearch.enabled = 1
+action.correlationsearch.label = ESCU - AWS IAM Successful Group Deletion - Rule
+action.correlationsearch.annotations = {"analytic_story": ["AWS IAM Privilege Escalation"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1069.003", "T1098"]}
+schedule_window = auto
+alert.digest_mode = 1
+disabled = false
+enableSched = 1
+counttype = number of events
+relation = greater than
+quantity = 0
+realtime_schedule = 0
+is_visible = false
+search = `cloudtrail` eventSource=iam.amazonaws.com eventName=DeleteGroup errorCode=success (userAgent!=*.amazonaws.com) | stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.groupName) by src eventName eventSource errorCode user_agent awsRegion userIdentity.principalId user_arn | `security_content_ctime(firstTime)` | `security_content_ctime(lastTime)` | `aws_iam_successful_group_deletion_filter`
+
[ESCU - AWS Network Access Control List Created with All Open Ports - Rule]
action.escu = 0
action.escu.enabled = 1
diff --git a/dist/saaws/default/transforms.conf b/dist/saaws/default/transforms.conf
index 5ece708b26..9e663f5fae 100644
--- a/dist/saaws/default/transforms.conf
+++ b/dist/saaws/default/transforms.conf
@@ -1,6 +1,6 @@
#############
# Automatically generated by generator.py in splunk/security_content
-# On Date: 2021-04-12T22:03:03 UTC
+# On Date: 2021-04-22T21:35:56 UTC
# Author: Splunk Security Research
# Contact: research@splunk.com
#############
diff --git a/dist/saaws/default/use_case_library.conf b/dist/saaws/default/use_case_library.conf
index f003970623..57aedaa6d7 100644
--- a/dist/saaws/default/use_case_library.conf
+++ b/dist/saaws/default/use_case_library.conf
@@ -1,6 +1,6 @@
#############
# Automatically generated by generator.py in splunk/security_content
-# On Date: 2021-04-12T22:03:03 UTC
+# On Date: 2021-04-22T21:35:56 UTC
# Author: Splunk Security Research
# Contact: research@splunk.com
#############
@@ -14,7 +14,7 @@ version = 1
references = ["https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation/", "https://www.cyberark.com/resources/threat-research-blog/the-cloud-shadow-admin-threat-10-permissions-to-protect", "https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Bhavin Patel"}]
spec_version = 3
-searches = ["ESCU - AWS Create Policy Version to allow all resources - Rule", "ESCU - AWS UpdateLoginProfile - Rule", "ESCU - AWS SetDefaultPolicyVersion - Rule", "ESCU - AWS CreateAccessKey - Rule", "ESCU - AWS CreateLoginProfile - Rule"]
+searches = ["ESCU - AWS IAM Failure Group Deletion - Rule", "ESCU - AWS CreateLoginProfile - Rule", "ESCU - AWS Create Policy Version to allow all resources - Rule", "ESCU - AWS IAM Delete Policy - Rule", "ESCU - AWS SetDefaultPolicyVersion - Rule", "ESCU - AWS UpdateLoginProfile - Rule", "ESCU - AWS IAM Successful Group Deletion - Rule", "ESCU - AWS IAM Assume Role Policy Brute Force - Rule", "ESCU - AWS CreateAccessKey - Rule"]
description = This analytic story contains detections that query your AWS Cloudtrail for activities related to privilege escalation.
narrative = Amazon Web Services provides a neat feature called Identity and Access Management (IAM) that enables organizations to manage various AWS services and resources in a secure way. All IAM users have roles, groups and policies associated with them which governs and sets permissions to allow a user to access specific restrictions.\
However, if these IAM policies are misconfigured and have specific combinations of weak permissions; it can allow attackers to escalate their privileges and further compromise the organization. Rhino Security Labs have published comprehensive blogs detailing various AWS Escalation methods. By using this as an inspiration, Splunk’s research team wants to highlight how these attack vectors look in AWS Cloudtrail logs and provide you with detection queries to uncover these potentially malicious events via this Analytic Story. \
@@ -26,7 +26,7 @@ version = 2
references = ["https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_Appendix_NACLs.html", "https://aws.amazon.com/blogs/security/how-to-help-prepare-for-ddos-attacks-by-reducing-your-attack-surface/"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Bhavin Patel"}]
spec_version = 3
-searches = ["ESCU - AWS Network Access Control List Created with All Open Ports - Rule", "ESCU - AWS Network Access Control List Deleted - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task", "ESCU - AWS Network Interface details via resourceId - Response Task", "ESCU - Get All AWS Activity From IP Address - Response Task", "ESCU - AWS Network ACL Details from ID - Response Task"]
+searches = ["ESCU - AWS Network Access Control List Deleted - Rule", "ESCU - AWS Network Access Control List Created with All Open Ports - Rule", "ESCU - Get All AWS Activity From IP Address - Response Task", "ESCU - AWS Network Interface details via resourceId - Response Task", "ESCU - AWS Investigate User Activities By ARN - Response Task", "ESCU - AWS Network ACL Details from ID - Response Task"]
description = Monitor your AWS network infrastructure for bad configurations and malicious activity. Investigative searches help you probe deeper, when the facts warrant it.
narrative = AWS CloudTrail is an AWS service that helps you enable governance, compliance, and operational/risk auditing of your AWS account. Actions taken by a user, role, or an AWS service are recorded as events in CloudTrail. It is crucial for a company to monitor events and actions taken in the AWS Management Console, AWS Command Line Interface, and AWS SDKs and APIs to ensure that your servers are not vulnerable to attacks. This analytic story contains detection searches that leverage CloudTrail logs from AWS to check for bad configurations and malicious activity in your AWS network access controls.
@@ -48,7 +48,7 @@ version = 1
references = ["https://d0.awsstatic.com/whitepapers/aws-security-best-practices.pdf"]
maintainers = [{"company": "Splunk", "email": "-", "name": "David Dorsey"}]
spec_version = 3
-searches = ["ESCU - Cloud Compute Instance Created By Previously Unseen User - Rule", "ESCU - Cloud Compute Instance Created In Previously Unused Region - Rule", "ESCU - Cloud Compute Instance Created With Previously Unseen Instance Type - Rule", "ESCU - Cloud Compute Instance Created With Previously Unseen Image - Rule", "ESCU - Abnormally High Number Of Cloud Instances Launched - Rule", "ESCU - Get EC2 Instance Details by instanceId - Response Task", "ESCU - Get EC2 Launch Details - Response Task", "ESCU - AWS Investigate User Activities By ARN - Response Task", "ESCU - AWS Investigate Security Hub alerts by dest - Response Task", "ESCU - Investigate AWS activities via region name - Response Task"]
+searches = ["ESCU - Cloud Compute Instance Created With Previously Unseen Instance Type - Rule", "ESCU - Cloud Compute Instance Created In Previously Unused Region - Rule", "ESCU - Abnormally High Number Of Cloud Instances Launched - Rule", "ESCU - Cloud Compute Instance Created By Previously Unseen User - Rule", "ESCU - Cloud Compute Instance Created With Previously Unseen Image - Rule", "ESCU - AWS Investigate Security Hub alerts by dest - Response Task", "ESCU - Investigate AWS activities via region name - Response Task", "ESCU - Get EC2 Launch Details - Response Task", "ESCU - Get EC2 Instance Details by instanceId - Response Task", "ESCU - AWS Investigate User Activities By ARN - Response Task"]
description = Monitor your cloud compute instances for activities related to cryptojacking/cryptomining. New instances that originate from previously unseen regions, users who launch abnormally high numbers of instances, or compute instances started by previously unseen users are just a few examples of potentially malicious behavior.
narrative = Cryptomining is an intentionally difficult, resource-intensive business. Its complexity was designed into the process to ensure that the number of blocks mined each day would remain steady. So, it's par for the course that ambitious, but unscrupulous, miners make amassing the computing power of large enterprises--a practice known as cryptojacking--a top priority. \
Cryptojacking has attracted an increasing amount of media attention since its explosion in popularity in the fall of 2017. The attacks have moved from in-browser exploits and mobile phones to enterprise cloud services, such as Amazon Web Services (AWS), Google Cloud Platform (GCP), and Azure. It's difficult to determine exactly how widespread the practice has become, since bad actors continually evolve their ability to escape detection, including employing unlisted endpoints, moderating their CPU usage, and hiding the mining pool's IP address behind a free CDN. \
@@ -62,7 +62,7 @@ version = 1
references = ["https://www.cyberark.com/resources/threat-research-blog/golden-saml-newly-discovered-attack-technique-forges-authentication-to-cloud-apps", "https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf", "https://us-cert.cisa.gov/ncas/alerts/aa21-008a"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Rod Soto"}]
spec_version = 3
-searches = ["ESCU - O365 Excessive SSO logon errors - Rule", "ESCU - AWS SAML Update identity provider - Rule", "ESCU - O365 New Federated Domain Added - Rule", "ESCU - O365 Add App Role Assignment Grant User - Rule", "ESCU - O365 Added Service Principal - Rule", "ESCU - AWS SAML Access by Provider User and Principal - Rule"]
+searches = ["ESCU - O365 Excessive SSO logon errors - Rule", "ESCU - O365 Add App Role Assignment Grant User - Rule", "ESCU - AWS SAML Access by Provider User and Principal - Rule", "ESCU - O365 Added Service Principal - Rule", "ESCU - AWS SAML Update identity provider - Rule", "ESCU - O365 New Federated Domain Added - Rule"]
description = This analytical story addresses events that indicate abuse of cloud federated credentials. These credentials are usually extracted from endpoint desktop or servers specially those servers that provide federation services such as Windows Active Directory Federation Services. Identity Federation relies on objects such as Oauth2 tokens, cookies or SAML assertions in order to provide seamless access between cloud and perimeter environments. If these objects are either hijacked or forged then attackers will be able to pivot into victim's cloud environements.
narrative = This story is composed of detection searches based on endpoint that addresses the use of Mimikatz, Escalation of Privileges and Abnormal processes that may indicate the extraction of Federated directory objects such as passwords, Oauth2 tokens, certificates and keys. Cloud environment (AWS, Azure) related events are also addressed in specific cloud environment detection searches.
@@ -73,7 +73,7 @@ version = 1
references = ["https://i.blackhat.com/USA-20/Thursday/us-20-Bienstock-My-Cloud-Is-APTs-Cloud-Investigating-And-Defending-Office-365.pdf"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Patrick Bareiss"}]
spec_version = 3
-searches = ["ESCU - O365 Disable MFA - Rule", "ESCU - O365 Excessive SSO logon errors - Rule", "ESCU - O365 Excessive Authentication Failures Alert - Rule", "ESCU - O365 Suspicious Admin Email Forwarding - Rule", "ESCU - O365 Bypass MFA via Trusted IP - Rule", "ESCU - O365 PST export alert - Rule", "ESCU - O365 Suspicious Rights Delegation - Rule", "ESCU - O365 New Federated Domain Added - Rule", "ESCU - O365 Add App Role Assignment Grant User - Rule", "ESCU - O365 Suspicious User Email Forwarding - Rule", "ESCU - O365 Added Service Principal - Rule"]
+searches = ["ESCU - O365 Excessive SSO logon errors - Rule", "ESCU - O365 Suspicious Rights Delegation - Rule", "ESCU - O365 Add App Role Assignment Grant User - Rule", "ESCU - O365 PST export alert - Rule", "ESCU - O365 Excessive Authentication Failures Alert - Rule", "ESCU - O365 Bypass MFA via Trusted IP - Rule", "ESCU - O365 Disable MFA - Rule", "ESCU - O365 Added Service Principal - Rule", "ESCU - O365 Suspicious User Email Forwarding - Rule", "ESCU - O365 New Federated Domain Added - Rule", "ESCU - O365 Suspicious Admin Email Forwarding - Rule"]
description = This story is focused around detecting Office 365 Attacks.
narrative = More and more companies are using Microsofts Office 365 cloud offering. Therefore, we see more and more attacks against Office 365. This story provides various detections for Office 365 attacks.
@@ -95,7 +95,7 @@ version = 1
references = ["https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Bhavin Patel"}]
spec_version = 3
-searches = ["ESCU - Detect AWS Console Login by User from New City - Rule", "ESCU - Detect AWS Console Login by User from New Region - Rule", "ESCU - Detect AWS Console Login by User from New Country - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task"]
+searches = ["ESCU - Detect AWS Console Login by User from New Region - Rule", "ESCU - Detect AWS Console Login by User from New City - Rule", "ESCU - Detect AWS Console Login by User from New Country - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task"]
description = Monitor your AWS authentication events using your CloudTrail logs. Searches within this Analytic Story will help you stay aware of and investigate suspicious logins.
narrative = It is important to monitor and control who has access to your AWS infrastructure. Detecting suspicious logins to your AWS infrastructure will provide good starting points for investigations. Abusive behaviors caused by compromised credentials can lead to direct monetary costs, as you will be billed for any EC2 instances created by the attacker.
@@ -106,7 +106,7 @@ version = 2
references = ["https://d0.awsstatic.com/whitepapers/aws-security-best-practices.pdf", "https://www.tripwire.com/state-of-security/security-data-protection/cloud/public-aws-s3-buckets-writable/"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Bhavin Patel"}]
spec_version = 3
-searches = ["ESCU - Detect New Open S3 buckets - Rule", "ESCU - Detect New Open S3 Buckets over AWS CLI - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task", "ESCU - AWS S3 Bucket details via bucketName - Response Task", "ESCU - Get All AWS Activity From IP Address - Response Task", "ESCU - Investigate AWS activities via region name - Response Task"]
+searches = ["ESCU - Detect New Open S3 Buckets over AWS CLI - Rule", "ESCU - Detect New Open S3 buckets - Rule", "ESCU - Get All AWS Activity From IP Address - Response Task", "ESCU - AWS Investigate User Activities By ARN - Response Task", "ESCU - Investigate AWS activities via region name - Response Task", "ESCU - AWS S3 Bucket details via bucketName - Response Task"]
description = Use the searches in this Analytic Story to monitor your AWS S3 buckets for evidence of anomalous activity and suspicious behaviors, such as detecting open S3 buckets and buckets being accessed from a new IP. The contextual and investigative searches will give you more information, when required.
narrative = As cloud computing has exploded, so has the number of creative attacks on virtual environments. And as the number-two cloud-service provider, Amazon Web Services (AWS) has certainly had its share.\
Amazon's "shared responsibility" model dictates that the company has responsibility for the environment outside of the VM and the customer is responsible for the security inside of the S3 container. As such, it's important to stay vigilant for activities that may belie suspicious behavior inside of your environment.\
@@ -119,7 +119,7 @@ version = 1
references = ["https://aws.amazon.com/blogs/security/aws-cloudtrail-now-tracks-cross-account-activity-to-its-origin/", "https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html"]
maintainers = [{"company": "Splunk", "email": "-", "name": "Rico Valdez"}]
spec_version = 3
-searches = ["ESCU - AWS Cross Account Activity From Previously Unseen Account - Rule", "ESCU - Detect AWS Console Login by User from New Region - Rule", "ESCU - Detect AWS Console Login by User from New City - Rule", "ESCU - Detect AWS Console Login by User from New Country - Rule", "ESCU - Detect AWS Console Login by New User - Rule", "ESCU - Investigate AWS User Activities by user field - Response Task"]
+searches = ["ESCU - Detect AWS Console Login by User from New Country - Rule", "ESCU - Detect AWS Console Login by User from New Region - Rule", "ESCU - Detect AWS Console Login by User from New City - Rule", "ESCU - AWS Cross Account Activity From Previously Unseen Account - Rule", "ESCU - Detect AWS Console Login by New User - Rule", "ESCU - Investigate AWS User Activities by user field - Response Task"]
description = Monitor your cloud authentication events. Searches within this Analytic Story leverage the recent cloud updates to the Authentication data model to help you stay aware of and investigate suspicious login activity.
narrative = It is important to monitor and control who has access to your cloud infrastructure. Detecting suspicious logins will provide good starting points for investigations. Abusive behaviors caused by compromised credentials can lead to direct monetary costs, as you will be billed for any compute activity whether legitimate or otherwise.\
This Analytic Story has data model versions of cloud searches leveraging Authentication data, including those looking for suspicious login activity, and cross-account activity for AWS.
@@ -131,7 +131,7 @@ version = 1
references = ["https://d0.awsstatic.com/whitepapers/aws-security-best-practices.pdf"]
maintainers = [{"company": "Splunk", "email": "-", "name": "David Dorsey"}]
spec_version = 3
-searches = ["ESCU - Abnormally High Number Of Cloud Instances Launched - Rule", "ESCU - Cloud Instance Modified By Previously Unseen User - Rule", "ESCU - Abnormally High Number Of Cloud Instances Destroyed - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task", "ESCU - Get All AWS Activity From IP Address - Response Task"]
+searches = ["ESCU - Abnormally High Number Of Cloud Instances Launched - Rule", "ESCU - Abnormally High Number Of Cloud Instances Destroyed - Rule", "ESCU - Cloud Instance Modified By Previously Unseen User - Rule", "ESCU - Get All AWS Activity From IP Address - Response Task", "ESCU - AWS Investigate User Activities By ARN - Response Task"]
description = Monitor your cloud infrastructure provisioning activities for behaviors originating from unfamiliar or unusual locations. These behaviors may indicate that malicious activities are occurring somewhere within your cloud environment.
narrative = Monitoring your cloud infrastructure logs allows you enable governance, compliance, and risk auditing. It is crucial for a company to monitor events and actions taken in the their cloud environments to ensure that your instances are not vulnerable to attacks. This Analytic Story identifies suspicious activities in your cloud compute instances and helps you respond and investigate those activities.
@@ -154,7 +154,7 @@ version = 1
references = ["https://d0.awsstatic.com/whitepapers/aws-security-best-practices.pdf", "https://redlock.io/blog/cryptojacking-tesla"]
maintainers = [{"company": "Splunk", "email": "-", "name": "David Dorsey"}]
spec_version = 3
-searches = ["ESCU - Abnormally High Number Of Cloud Infrastructure API Calls - Rule", "ESCU - Cloud API Calls From Previously Unseen User Roles - Rule", "ESCU - Abnormally High Number Of Cloud Security Group API Calls - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task"]
+searches = ["ESCU - AWS IAM AccessDenied Discovery Events - Rule", "ESCU - Abnormally High Number Of Cloud Infrastructure API Calls - Rule", "ESCU - Cloud API Calls From Previously Unseen User Roles - Rule", "ESCU - Abnormally High Number Of Cloud Security Group API Calls - Rule", "ESCU - AWS Investigate User Activities By ARN - Response Task"]
description = Detect and investigate suspicious activities by users and roles in your cloud environments.
narrative = It seems obvious that it is critical to monitor and control the users who have access to your cloud infrastructure. Nevertheless, it's all too common for enterprises to lose track of ad-hoc accounts, leaving their servers vulnerable to attack. In fact, this was the very oversight that led to Tesla's cryptojacking attack in February, 2018.\
In addition to compromising the security of your data, when bad actors leverage your compute resources, it can incur monumental costs, since you will be billed for any new instances and increased bandwidth usage.
@@ -223,6 +223,66 @@ annotations = {"mitre_attack": ["T1486"]}
known_false_positives = bucket with S3 encryption
providing_technologies = []
+[savedsearch://ESCU - AWS Excessive Security Scanning - Rule]
+type = detection
+asset_type = AWS Account
+confidence = medium
+explanation = This search looks for CloudTrail events and analyse the amount of eventNames which starts with Describe by a single user. This indicates that this user scans the configuration of your AWS cloud environment.
+how_to_implement = You must install splunk AWS add on and Splunk App for AWS. This search works with cloudtrail logs.
+annotations = {"cis20": ["CIS 13"], "kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1526"], "nist": ["PR.DS", "PR.AC", "DE.CM"]}
+known_false_positives = While this search has no known false positives.
+providing_technologies = []
+
+[savedsearch://ESCU - AWS IAM AccessDenied Discovery Events - Rule]
+type = detection
+asset_type =
+confidence = medium
+explanation = The following detection identifies excessive AccessDenied events within an hour timeframe. It is possible that an access key to AWS may have been stolen and is being misused to perform discovery events. In these instances, the access is not available with the key stolen therefore these events will be generated.
+how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+annotations = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1580"]}
+known_false_positives = It is possible to start this detection will need to be tuned by source IP or user. In addition, change the count values to an upper threshold to restrict false positives.
+providing_technologies = []
+
+[savedsearch://ESCU - AWS IAM Assume Role Policy Brute Force - Rule]
+type = detection
+asset_type =
+confidence = medium
+explanation = The following detection identifies any malformed policy document exceptions with a status of `failure`. A malformed policy document exception occurs in instances where roles are attempted to be assumed, or brute forced. In a brute force attempt, using a tool like CloudSploit or Pacu, an attempt will look like `arn:aws:iam::111111111111:role/aws-service-role/rds.amazonaws.com/AWSServiceRoleForRDS`. Meaning, when an adversary is attempting to identify a role name, multiple failures will occur. This detection focuses on the errors of a remote attempt that is failing.
+how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs. Set the `where count` greater than a value to identify suspicious activity in your environment.
+annotations = {"kill_chain_phases": ["Reconnaissance"], "mitre_attack": ["T1580", "T1110"]}
+known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users.
+providing_technologies = []
+
+[savedsearch://ESCU - AWS IAM Delete Policy - Rule]
+type = detection
+asset_type =
+confidence = medium
+explanation = The following detection identifes when a policy is deleted on AWS. This does not identify whether successful or failed, but the error messages tell a story of suspicious attempts. There is a specific process to follow when deleting a policy. First, detach the policy from all users, groups, and roles that the policy is attached to, using DetachUserPolicy , DetachGroupPolicy , or DetachRolePolicy.
+how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1098"]}
+known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete policies (least privilege). In addition, this may be saved seperately and tuned for failed or success attempts only.
+providing_technologies = []
+
+[savedsearch://ESCU - AWS IAM Failure Group Deletion - Rule]
+type = detection
+asset_type =
+confidence = medium
+explanation = This detection identifies failure attempts to delete groups. We want to identify when a group is attempting to be deleted, but either access is denied, there is a conflict or there is no group. This is indicative of administrators performing an action, but also could be suspicious behavior occurring. Review parallel IAM events - recently added users, new groups and so forth.
+how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1098"]}
+known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+providing_technologies = []
+
+[savedsearch://ESCU - AWS IAM Successful Group Deletion - Rule]
+type = detection
+asset_type =
+confidence = medium
+explanation = The following query uses IAM events to track the success of a group being deleted on AWS. This is typically not indicative of malicious behavior, but a precurser to additional events thay may unfold. Review parallel IAM events - recently added users, new groups and so forth. Inversely, review failed attempts in a similar manner.
+how_to_implement = The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+annotations = {"kill_chain_phases": ["Actions on Objectives"], "mitre_attack": ["T1069.003", "T1098"]}
+known_false_positives = This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+providing_technologies = []
+
[savedsearch://ESCU - AWS Network Access Control List Created with All Open Ports - Rule]
type = detection
asset_type = AWS Instance
diff --git a/dist/saaws/lookups/mitre_enrichment.csv b/dist/saaws/lookups/mitre_enrichment.csv
index 49fac5e18b..0717cbc6ba 100644
--- a/dist/saaws/lookups/mitre_enrichment.csv
+++ b/dist/saaws/lookups/mitre_enrichment.csv
@@ -1,107 +1,5 @@
mitre_id,technique,tactics,groups
-T1484.002,Domain Trust Modification,Defense Evasion|Privilege Escalation,UNC2452
-T1484.001,Group Policy Modification,Defense Evasion|Privilege Escalation,no
-T1606.002,SAML Tokens,Credential Access,UNC2452
-T1606.001,Web Cookies,Credential Access,UNC2452
-T1606,Forge Web Credentials,Credential Access,no
-T1059.008,Network Device CLI,Execution,no
-T1602.002,Network Device Configuration Dump,Collection,no
-T1542.005,TFTP Boot,Defense Evasion|Persistence,no
-T1542.004,ROMMONkit,Defense Evasion|Persistence,no
-T1602.001,SNMP (MIB Dump),Collection,no
-T1602,Data from Configuration Repository,Collection,no
-T1601.002,Downgrade System Image,Defense Evasion,no
-T1601.001,Patch System Image,Defense Evasion,no
-T1601,Modify System Image,Defense Evasion,no
-T1600.002,Disable Crypto Hardware,Defense Evasion,no
-T1600.001,Reduce Key Space,Defense Evasion,no
-T1600,Weaken Encryption,Defense Evasion,no
-T1556.004,Network Device Authentication,Credential Access|Defense Evasion,no
-T1599.001,Network Address Translation Traversal,Defense Evasion,no
-T1599,Network Boundary Bridging,Defense Evasion,no
-T1020.001,Traffic Duplication,Exfiltration,no
-T1557.002,ARP Cache Poisoning,Credential Access|Collection,Cleaver
-T1588.006,Vulnerabilities,Resource Development,no
-T1053.006,Systemd Timers,Execution|Persistence|Privilege Escalation,no
-T1562.008,Disable Cloud Logs,Defense Evasion,no
-T1547.012,Print Processors,Persistence|Privilege Escalation,no
-T1598.003,Spearphishing Link,Reconnaissance,no
-T1598.002,Spearphishing Attachment,Reconnaissance,no
-T1598.001,Spearphishing Service,Reconnaissance,no
-T1598,Phishing for Information,Reconnaissance,no
-T1597.002,Purchase Technical Data,Reconnaissance,no
-T1597.001,Threat Intel Vendors,Reconnaissance,no
-T1597,Search Closed Sources,Reconnaissance,no
-T1596.005,Scan Databases,Reconnaissance,no
-T1596.004,CDNs,Reconnaissance,no
-T1596.003,Digital Certificates,Reconnaissance,no
-T1596.001,DNS/Passive DNS,Reconnaissance,no
-T1596.002,WHOIS,Reconnaissance,no
-T1596,Search Open Technical Databases,Reconnaissance,no
-T1595.002,Vulnerability Scanning,Reconnaissance,no
-T1595.001,Scanning IP Blocks,Reconnaissance,no
-T1595,Active Scanning,Reconnaissance,no
-T1594,Search Victim-Owned Websites,Reconnaissance,no
-T1593.002,Search Engines,Reconnaissance,no
-T1593.001,Social Media,Reconnaissance,no
-T1593,Search Open Websites/Domains,Reconnaissance,no
-T1592.004,Client Configurations,Reconnaissance,no
-T1592.003,Firmware,Reconnaissance,no
-T1592.002,Software,Reconnaissance,no
-T1592.001,Hardware,Reconnaissance,no
-T1592,Gather Victim Host Information,Reconnaissance,no
-T1591.004,Identify Roles,Reconnaissance,no
-T1591.003,Identify Business Tempo,Reconnaissance,no
-T1591.001,Determine Physical Locations,Reconnaissance,no
-T1591.002,Business Relationships,Reconnaissance,no
-T1591,Gather Victim Org Information,Reconnaissance,no
-T1590.006,Network Security Appliances,Reconnaissance,no
-T1590.005,IP Addresses,Reconnaissance,no
-T1590.004,Network Topology,Reconnaissance,no
-T1590.003,Network Trust Dependencies,Reconnaissance,no
-T1590.002,DNS,Reconnaissance,no
-T1590.001,Domain Properties,Reconnaissance,no
-T1590,Gather Victim Network Information,Reconnaissance,no
-T1589.003,Employee Names,Reconnaissance,no
-T1589.002,Email Addresses,Reconnaissance,no
-T1589.001,Credentials,Reconnaissance,no
-T1589,Gather Victim Identity Information,Reconnaissance,no
-T1588.005,Exploits,Resource Development,no
-T1588.004,Digital Certificates,Resource Development,no
-T1588.003,Code Signing Certificates,Resource Development,Wizard Spider
-T1588.002,Tool,Resource Development,no
-T1588.001,Malware,Resource Development,Turla|APT1
-T1588,Obtain Capabilities,Resource Development,no
-T1587.004,Exploits,Resource Development,no
-T1587.003,Digital Certificates,Resource Development,APT29|PROMETHIUM
-T1587.002,Code Signing Certificates,Resource Development,PROMETHIUM|Patchwork
-T1587.001,Malware,Resource Development,UNC2452|Turla|FIN7|Night Dragon|Cleaver
-T1587,Develop Capabilities,Resource Development,no
-T1586.002,Email Accounts,Resource Development,no
-T1586.001,Social Media Accounts,Resource Development,no
-T1586,Compromise Accounts,Resource Development,no
-T1585.002,Email Accounts,Resource Development,APT1
-T1585.001,Social Media Accounts,Resource Development,Cleaver
-T1585,Establish Accounts,Resource Development,APT17
-T1584.006,Web Services,Resource Development,Turla
-T1584.005,Botnet,Resource Development,no
-T1584.004,Server,Resource Development,Turla|APT16
-T1584.003,Virtual Private Server,Resource Development,Turla
-T1584.002,DNS Server,Resource Development,no
-T1584.001,Domains,Resource Development,APT1
-T1583.006,Web Services,Resource Development,APT17|APT29
-T1583.005,Botnet,Resource Development,no
-T1583.004,Server,Resource Development,no
-T1583.003,Virtual Private Server,Resource Development,TEMP.Veles
-T1583.002,DNS Server,Resource Development,no
-T1584,Compromise Infrastructure,Resource Development,no
-T1583.001,Domains,Resource Development,APT1|APT28
-T1583,Acquire Infrastructure,Resource Development,no
-T1564.007,VBA Stomping,Defense Evasion,no
-T1558.004,AS-REP Roasting,Credential Access,no
-T1580,Cloud Infrastructure Discovery,Discovery,no
-T1218.012,Verclsid,Defense Evasion,no
-T1205.001,Port Knocking,Defense Evasion|Persistence|Command And Control,PROMETHIUM
+T1205.001,Port Knocking,Defense Evasion|Persistence|Command And Control,no
T1564.006,Run Virtual Instance,Defense Evasion,no
T1564.005,Hidden File System,Defense Evasion,Strider|Equation
T1556.003,Pluggable Authentication Modules,Credential Access|Defense Evasion,no
@@ -109,7 +7,7 @@ T1574.012,COR_PROFILER,Persistence|Privilege Escalation|Defense Evasion,Blue Moc
T1562.007,Disable or Modify Cloud Firewall,Defense Evasion,no
T1098.004,SSH Authorized Keys,Persistence,no
T1480.001,Environmental Keying,Defense Evasion,APT41|Equation
-T1059.007,JavaScript/JScript,Execution,FIN6|APT32|FIN7|Cobalt Group|Molerats|TA505|Silence|Leafminer
+T1059.007,JavaScript/JScript,Execution,APT32|FIN7|Cobalt Group|Molerats|TA505|Silence|Leafminer
T1578.004,Revert Cloud Instance,Defense Evasion,no
T1578.003,Delete Cloud Instance,Defense Evasion,no
T1578.001,Create Snapshot,Defense Evasion,no
@@ -126,31 +24,31 @@ T1546.015,Component Object Model Hijacking,Privilege Escalation|Persistence,APT2
T1071.004,DNS,Command And Control,APT39|Tropic Trooper|OilRig|Ke3chang|Cobalt Group|APT18|APT41|FIN7
T1071.003,Mail Protocols,Command And Control,APT32|SilverTerrier|APT28
T1071.002,File Transfer Protocols,Command And Control,APT41|SilverTerrier|Machete|Honeybee
-T1071.001,Web Protocols,Command And Control,UNC2452|Sandworm Team|TA505|Rocke|APT39|Tropic Trooper|MuddyWater|Wizard Spider|Inception|APT41|SilverTerrier|Machete|APT28|WIRTE|APT33|FIN4|Night Dragon|APT18|APT38|Threat Group-3390|Ke3chang|Dark Caracal|APT19|Cobalt Group|Rancor|Orangeworm|APT37|Turla|Lazarus Group|APT32|Magic Hound|BRONZE BUTLER|OilRig|Gamaredon Group|Stealth Falcon
+T1071.001,Web Protocols,Command And Control,Sandworm Team|TA505|Rocke|APT39|Tropic Trooper|MuddyWater|Wizard Spider|Inception|APT41|SilverTerrier|Machete|APT28|WIRTE|APT33|FIN4|Night Dragon|APT18|APT38|Cobalt Group|APT19|Threat Group-3390|Rancor|Orangeworm|APT37|Ke3chang|Dark Caracal|Turla|Lazarus Group|BRONZE BUTLER|APT32|OilRig|Magic Hound|Gamaredon Group|Stealth Falcon
T1572,Protocol Tunneling,Command And Control,OilRig|Cobalt Group|FIN6
-T1048.003,Exfiltration Over Unencrypted/Obfuscated Non-C2 Protocol,Exfiltration,Wizard Spider|FIN6|APT32|APT33|Thrip|FIN8|OilRig|Lazarus Group
-T1048.002,Exfiltration Over Asymmetric Encrypted Non-C2 Protocol,Exfiltration,UNC2452
+T1048.003,Exfiltration Over Unencrypted/Obfuscated Non-C2 Protocol,Exfiltration,APT32|APT33|Thrip|FIN8|OilRig|Lazarus Group
+T1048.002,Exfiltration Over Asymmetric Encrypted Non-C2 Protocol,Exfiltration,no
T1048.001,Exfiltration Over Symmetric Encrypted Non-C2 Protocol,Exfiltration,no
T1001.003,Protocol Impersonation,Command And Control,Lazarus Group
-T1001.002,Steganography,Command And Control,APT29|Axiom
+T1001.002,Steganography,Command And Control,Axiom
T1001.001,Junk Data,Command And Control,APT28
T1132.002,Non-Standard Encoding,Command And Control,no
T1132.001,Standard Encoding,Command And Control,Sandworm Team|Tropic Trooper|MuddyWater|APT33|APT19|Lazarus Group|BRONZE BUTLER|Patchwork
T1090.004,Domain Fronting,Command And Control,APT29
T1090.003,Multi-hop Proxy,Command And Control,Inception|FIN4|APT29
T1090.002,External Proxy,Command And Control,APT39|Silence|Soft Cell|MuddyWater|APT3|FIN5|Lazarus Group|menuPass|APT28
-T1090.001,Internal Proxy,Command And Control,UNC2452|APT39|Strider
+T1090.001,Internal Proxy,Command And Control,APT39|Strider
T1102.003,One-Way Communication,Command And Control,Leviathan
-T1102.002,Bidirectional Communication,Command And Control,APT29|Sandworm Team|APT39|APT12|Turla|FIN7|APT37|Magic Hound|Carbanak
+T1102.002,Bidirectional Communication,Command And Control,Sandworm Team|APT39|APT12|Turla|FIN7|APT37|Magic Hound|Carbanak
T1102.001,Dead Drop Resolver,Command And Control,Rocke|APT41|BRONZE BUTLER|RTM|Patchwork
T1571,Non-Standard Port,Command And Control,Sandworm Team|Rocke|DarkVishnya|Silence|APT-C-36|Magic Hound|APT33|APT32|TEMP.Veles|Lazarus Group|FIN7
-T1074.002,Remote Data Staging,Collection,UNC2452|Threat Group-3390|menuPass|FIN6|Night Dragon|FIN8
-T1074.001,Local Data Staging,Collection,Machete|Soft Cell|TEMP.Veles|Honeybee|Dragonfly 2.0|Patchwork|Leviathan|APT3|FIN5|menuPass|Lazarus Group|Threat Group-3390|APT28
+T1074.002,Remote Data Staging,Collection,Threat Group-3390|menuPass|FIN6|Night Dragon|FIN8
+T1074.001,Local Data Staging,Collection,Machete|Soft Cell|TEMP.Veles|Patchwork|Dragonfly 2.0|Honeybee|Leviathan|APT3|FIN5|menuPass|FIN6|Lazarus Group|Threat Group-3390|APT28
T1078.004,Cloud Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,APT33
T1564.004,NTFS File Attributes,Defense Evasion,APT32
T1564.003,Hidden Window,Defense Evasion,Gorgon Group|Deep Panda|DarkHydrus|CopyKittens|APT19|APT32|APT28|APT3|Magic Hound
-T1078.003,Local Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,PROMETHIUM|Tropic Trooper|FIN10|Stolen Pencil|APT32
-T1078.002,Domain Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,Wizard Spider|APT29|TA505|APT3|Threat Group-1314
+T1078.003,Local Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,Tropic Trooper|FIN10|Stolen Pencil|APT32
+T1078.002,Domain Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,TA505|APT3|Threat Group-1314
T1078.001,Default Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,no
T1564.002,Hidden Users,Defense Evasion,no
T1574.006,LD_PRELOAD,Persistence|Privilege Escalation|Defense Evasion,Rocke
@@ -166,37 +64,37 @@ T1574,Hijack Execution Flow,Persistence|Privilege Escalation|Defense Evasion,no
T1069.001,Local Groups,Discovery,Turla|OilRig|admin@338
T1570,Lateral Tool Transfer,Lateral Movement,APT32|Wizard Spider|Turla|FIN10
T1568.003,DNS Calculation,Command And Control,APT12
-T1204.002,Malicious File,Execution,FIN6|PROMETHIUM|APT30|Magic Hound|Windshift|APT33|Sandworm Team|Naikon|Whitefly|Tropic Trooper|Gamaredon Group|Sharpshooter|Molerats|Wizard Spider|Mofang|Frankenstein|RTM|Inception|BlackTech|APT-C-36|Machete|admin@338|APT12|TA505|Silence|The White Company|APT39|FIN4|Darkhotel|Gallmaker|Dragonfly 2.0|Dark Caracal|FIN7|APT32|Cobalt Group|DarkHydrus|Patchwork|Rancor|MuddyWater|BRONZE BUTLER|APT19|Gorgon Group|OilRig|Lazarus Group|APT29|menuPass|TA459|FIN8|Elderwood|PLATINUM|Leviathan|APT37|APT28
-T1204.001,Malicious Link,Execution,Wizard Spider|Patchwork|Windshift|APT32|Molerats|Mofang|BlackTech|TA505|OilRig|Machete|Leviathan|FIN8|FIN4|Elderwood|Dragonfly 2.0|Cobalt Group|APT39|Night Dragon|APT33|Turla
+T1204.002,Malicious File,Execution,Magic Hound|Windshift|APT33|Sandworm Team|Naikon|Whitefly|Tropic Trooper|Gamaredon Group|Sharpshooter|Molerats|Wizard Spider|Mofang|Frankenstein|RTM|Inception|BlackTech|APT-C-36|Machete|admin@338|APT12|TA505|Silence|The White Company|APT39|FIN4|Darkhotel|Gallmaker|APT19|Dragonfly 2.0|BRONZE BUTLER|Cobalt Group|DarkHydrus|Gorgon Group|Patchwork|OilRig|Dark Caracal|MuddyWater|Lazarus Group|FIN7|APT32|Rancor|APT37|FIN8|APT28|Elderwood|TA459|APT29|Leviathan|menuPass|PLATINUM
+T1204.001,Malicious Link,Execution,Patchwork|Windshift|APT32|Molerats|Mofang|BlackTech|TA505|OilRig|Machete|Leviathan|FIN8|FIN4|Elderwood|Dragonfly 2.0|Cobalt Group|APT39|Night Dragon|APT33|Turla
T1195.003,Compromise Hardware Supply Chain,Initial Access,no
-T1195.002,Compromise Software Supply Chain,Initial Access,UNC2452|GOLD SOUTHFIELD|Dragonfly|Sandworm Team|APT41
+T1195.002,Compromise Software Supply Chain,Initial Access,Sandworm Team|APT41
T1195.001,Compromise Software Dependencies and Development Tools,Initial Access,no
-T1568.001,Fast Flux DNS,Command And Control,Machete|TA505
+T1568.001,Fast Flux DNS,Command And Control,TA505
T1052.001,Exfiltration over USB,Exfiltration,Tropic Trooper
-T1569.002,Service Execution,Execution,Wizard Spider|Blue Mockingbird|APT39|APT41|Silence|FIN6|APT32|Ke3chang|Honeybee
+T1569.002,Service Execution,Execution,Blue Mockingbird|APT39|APT41|Silence|FIN6|APT32|Honeybee|Ke3chang
T1569.001,Launchctl,Execution,no
T1569,System Services,Execution,no
T1568.002,Domain Generation Algorithms,Command And Control,APT41
-T1568,Dynamic Resolution,Command And Control,UNC2452
+T1568,Dynamic Resolution,Command And Control,no
T1011.001,Exfiltration Over Bluetooth,Exfiltration,no
T1567.002,Exfiltration to Cloud Storage,Exfiltration,Leviathan|Turla
T1567.001,Exfiltration to Code Repository,Exfiltration,no
-T1059.006,Python,Execution,APT29|Rocke|BRONZE BUTLER|APT39|Dragonfly 2.0|Machete
-T1059.005,Visual Basic,Execution,Lazarus Group|APT33|Sandworm Team|Gamaredon Group|Sharpshooter|Molerats|Frankenstein|Inception|APT-C-36|Rancor|Patchwork|MuddyWater|Honeybee|FIN7|APT37|BRONZE BUTLER|APT32|Turla|TA505|Silence|WIRTE|FIN4|Gorgon Group|Cobalt Group|Leviathan|TA459|Magic Hound
+T1059.006,Python,Execution,Rocke|BRONZE BUTLER|APT39|Dragonfly 2.0|Machete
+T1059.005,Visual Basic,Execution,APT33|Sandworm Team|Gamaredon Group|Sharpshooter|Molerats|Frankenstein|Inception|APT-C-36|Rancor|Patchwork|MuddyWater|Honeybee|FIN7|APT37|BRONZE BUTLER|APT32|Turla|TA505|Silence|WIRTE|FIN4|Cobalt Group|Gorgon Group|Leviathan|TA459|Magic Hound
T1059.004,Unix Shell,Execution,Rocke|APT41
-T1059.003,Windows Command Shell,Execution,UNC2452|Wizard Spider|FIN6|TA505|Blue Mockingbird|Tropic Trooper|Frankenstein|OilRig|Lazarus Group|Honeybee|Cobalt Group|FIN7|APT41|Soft Cell|Turla|Silence|APT32|Darkhotel|MuddyWater|APT18|APT38|Gorgon Group|Ke3chang|Dragonfly 2.0|Rancor|Dark Caracal|APT37|APT28|Leviathan|FIN8|Sowbug|Magic Hound|BRONZE BUTLER|menuPass|Threat Group-3390|FIN10|Gamaredon Group|Patchwork|Suckfly|Threat Group-1314|APT3|admin@338|APT1
+T1059.003,Windows Command Shell,Execution,TA505|Blue Mockingbird|Tropic Trooper|Frankenstein|OilRig|Lazarus Group|Honeybee|Cobalt Group|FIN7|APT41|Soft Cell|Turla|Silence|APT32|APT39|Darkhotel|MuddyWater|APT18|APT38|Dark Caracal|Gorgon Group|Dragonfly 2.0|Rancor|Ke3chang|APT37|Leviathan|FIN8|APT28|Magic Hound|Sowbug|BRONZE BUTLER|FIN10|Threat Group-3390|menuPass|Gamaredon Group|Suckfly|Patchwork|Threat Group-1314|APT3|admin@338|APT1
T1059.002,AppleScript,Execution,no
-T1059.001,PowerShell,Execution,UNC2452|Lazarus Group|Chimera|Blue Mockingbird|APT39|DarkVishnya|Molerats|Wizard Spider|Frankenstein|Inception|Silence|APT41|Kimsuky|Soft Cell|TA505|WIRTE|TEMP.Veles|APT33|Gallmaker|Turla|APT19|DarkHydrus|APT28|Gorgon Group|Thrip|Cobalt Group|Dragonfly 2.0|Leviathan|TA459|MuddyWater|FIN8|Magic Hound|CopyKittens|BRONZE BUTLER|OilRig|FIN10|Threat Group-3390|APT32|FIN7|menuPass|Patchwork|Stealth Falcon|FIN6|Poseidon Group|APT3|APT29|Deep Panda
+T1059.001,PowerShell,Execution,Blue Mockingbird|APT39|DarkVishnya|Molerats|Wizard Spider|Frankenstein|Inception|Silence|APT41|Kimsuky|Soft Cell|TA505|WIRTE|TEMP.Veles|APT33|Gallmaker|Turla|APT19|DarkHydrus|APT28|Thrip|Gorgon Group|Cobalt Group|Dragonfly 2.0|Leviathan|TA459|FIN8|MuddyWater|Magic Hound|OilRig|BRONZE BUTLER|CopyKittens|APT32|FIN7|FIN10|Threat Group-3390|menuPass|Patchwork|Stealth Falcon|FIN6|Poseidon Group|APT3|APT29|Deep Panda
T1567,Exfiltration Over Web Service,Exfiltration,no
T1497.003,Time Based Evasion,Defense Evasion|Discovery,no
T1497.002,User Activity Based Checks,Defense Evasion|Discovery,FIN7
T1497.001,System Checks,Defense Evasion|Discovery,Frankenstein
T1498.002,Reflection Amplification,Impact,no
T1498.001,Direct Network Flood,Impact,no
-T1566.003,Spearphishing via Service,Initial Access,Lazarus Group|Magic Hound|Windshift|FIN6|OilRig|Dark Caracal
-T1566.002,Spearphishing Link,Initial Access,Wizard Spider|APT1|Windshift|Molerats|Mofang|BlackTech|Machete|Kimsuky|TA505|Stolen Pencil|APT39|FIN4|APT32|Night Dragon|APT28|Cobalt Group|Dragonfly 2.0|Turla|OilRig|APT33|Leviathan|Patchwork|Elderwood|APT29|Magic Hound|FIN8
-T1566.001,Spearphishing Attachment,Initial Access,APT1|FIN6|APT30|Magic Hound|Windshift|APT33|Sandworm Team|Naikon|Gamaredon Group|Sharpshooter|Molerats|Mofang|Wizard Spider|RTM|Frankenstein|Inception|BlackTech|APT-C-36|APT41|Machete|admin@338|Kimsuky|APT12|TA505|Silence|The White Company|APT39|FIN4|Darkhotel|Gallmaker|Tropic Trooper|Turla|Lazarus Group|Cobalt Group|FIN7|OilRig|BRONZE BUTLER|APT32|Gorgon Group|Rancor|DarkHydrus|APT19|Dragonfly 2.0|FIN8|PLATINUM|MuddyWater|TA459|Leviathan|Elderwood|APT29|APT37|menuPass|APT28|Patchwork
-T1566,Phishing,Initial Access,GOLD SOUTHFIELD|Dragonfly
+T1566.003,Spearphishing via Service,Initial Access,Magic Hound|Windshift|FIN6|OilRig|Dark Caracal
+T1566.002,Spearphishing Link,Initial Access,Windshift|Molerats|Mofang|BlackTech|Machete|Kimsuky|TA505|Stolen Pencil|APT39|FIN4|APT32|Night Dragon|Turla|APT28|Cobalt Group|Dragonfly 2.0|OilRig|APT33|Elderwood|Leviathan|Magic Hound|Patchwork|APT29|FIN8
+T1566.001,Spearphishing Attachment,Initial Access,Magic Hound|Windshift|APT33|Sandworm Team|Naikon|Gamaredon Group|Sharpshooter|Molerats|Mofang|Wizard Spider|RTM|Frankenstein|Inception|BlackTech|APT-C-36|APT41|Machete|admin@338|Kimsuky|APT12|TA505|Silence|The White Company|APT39|FIN4|Darkhotel|Gallmaker|Tropic Trooper|Turla|Gorgon Group|Rancor|DarkHydrus|Cobalt Group|FIN7|OilRig|Lazarus Group|APT19|Dragonfly 2.0|BRONZE BUTLER|APT32|FIN8|MuddyWater|APT28|TA459|Leviathan|Patchwork|PLATINUM|Elderwood|APT29|APT37|menuPass
+T1566,Phishing,Initial Access,no
T1565.003,Runtime Data Manipulation,Impact,APT38
T1565.002,Transmitted Data Manipulation,Impact,APT38
T1565.001,Stored Data Manipulation,Impact,FIN4|APT38
@@ -206,18 +104,18 @@ T1564,Hide Artifacts,Defense Evasion,no
T1563.002,RDP Hijacking,Lateral Movement,no
T1563.001,SSH Hijacking,Lateral Movement,no
T1563,Remote Service Session Hijacking,Lateral Movement,no
-T1518.001,Security Software Discovery,Discovery,Wizard Spider|Turla|Rocke|Frankenstein|The White Company|Cobalt Group|Darkhotel|MuddyWater|Tropic Trooper|FIN8|Patchwork|Naikon
+T1518.001,Security Software Discovery,Discovery,Turla|Rocke|Frankenstein|The White Company|Cobalt Group|Darkhotel|MuddyWater|Tropic Trooper|FIN8|Patchwork|Naikon
T1069.003,Cloud Groups,Discovery,no
T1069.002,Domain Groups,Discovery,Turla|Wizard Spider|Inception|OilRig|FIN6|Dragonfly 2.0|Ke3chang
T1087.004,Cloud Account,Discovery,no
T1087.003,Email Account,Discovery,Sandworm Team|TA505
-T1087.002,Domain Account,Discovery,Wizard Spider|Chimera|Turla|Sandworm Team|Dragonfly 2.0|OilRig|BRONZE BUTLER|menuPass|FIN6|Poseidon Group|Ke3chang
+T1087.002,Domain Account,Discovery,Turla|Sandworm Team|Dragonfly 2.0|OilRig|BRONZE BUTLER|menuPass|FIN6|Poseidon Group|Ke3chang
T1087.001,Local Account,Discovery,Turla|Poseidon Group|OilRig|Ke3chang|APT32|APT1|Threat Group-3390|APT3|admin@338
T1553.004,Install Root Certificate,Defense Evasion,no
-T1562.004,Disable or Modify System Firewall,Defense Evasion,UNC2452|Rocke|Lazarus Group|Kimsuky|Dragonfly 2.0|Carbanak
-T1562.003,Impair Command History Logging,Defense Evasion,no
-T1562.002,Disable Windows Event Logging,Defense Evasion,UNC2452|Threat Group-3390
-T1562.001,Disable or Modify Tools,Defense Evasion,UNC2452|Wizard Spider|FIN6|Gamaredon Group|BRONZE BUTLER|Rocke|Kimsuky|Turla|Night Dragon|Gorgon Group|Lazarus Group|Putter Panda
+T1562.004,Disable or Modify System Firewall,Defense Evasion,Rocke|Lazarus Group|Kimsuky|Dragonfly 2.0|Carbanak
+T1562.003,HISTCONTROL,Defense Evasion,no
+T1562.002,Disable Windows Event Logging,Defense Evasion,Threat Group-3390
+T1562.001,Disable or Modify Tools,Defense Evasion,Gamaredon Group|BRONZE BUTLER|Rocke|Kimsuky|Turla|Night Dragon|Gorgon Group|Lazarus Group|Putter Panda
T1562,Impair Defenses,Defense Evasion,no
T1003.004,LSA Secrets,Credential Access,OilRig|MuddyWater|menuPass|Leafminer|Ke3chang|Dragonfly 2.0|APT33|Threat Group-3390
T1003.005,Cached Domain Credentials,Credential Access,OilRig|MuddyWater|Leafminer|APT33
@@ -226,8 +124,8 @@ T1561.001,Disk Content Wipe,Impact,Lazarus Group
T1561,Disk Wipe,Impact,no
T1560.003,Archive via Custom Method,Collection,Lazarus Group|Kimsuky|CopyKittens|FIN6
T1560.002,Archive via Library,Collection,Lazarus Group|Threat Group-3390
-T1560.001,Archive via Utility,Collection,UNC2452|Chimera|APT41|Soft Cell|Turla|Gallmaker|APT33|APT39|MuddyWater|Magic Hound|FIN8|BRONZE BUTLER|CopyKittens|Sowbug|APT3|menuPass|APT1|Ke3chang
-T1560,Archive Collected Data,Collection,menuPass|APT32|Patchwork|APT28|Dragonfly 2.0|Honeybee|FIN6|Lazarus Group|Ke3chang
+T1560.001,Archive via Utility,Collection,APT41|Soft Cell|Turla|Gallmaker|APT33|APT39|MuddyWater|Magic Hound|FIN8|BRONZE BUTLER|CopyKittens|APT3|Sowbug|menuPass|APT1|Ke3chang
+T1560,Archive Collected Data,Collection,menuPass|APT32|Honeybee|Patchwork|APT28|Dragonfly 2.0|FIN6|Lazarus Group|Ke3chang
T1499.004,Application or System Exploitation,Impact,no
T1499.003,Application Exhaustion Flood,Impact,no
T1499.002,Service Exhaustion Flood,Impact,no
@@ -235,7 +133,7 @@ T1499.001,OS Exhaustion Flood,Impact,no
T1491.002,External Defacement,Impact,no
T1491.001,Internal Defacement,Impact,Lazarus Group
T1114.003,Email Forwarding Rule,Collection,no
-T1114.002,Remote Email Collection,Collection,UNC2452|APT1|FIN4|Ke3chang|Leafminer|Dragonfly 2.0|APT28
+T1114.002,Remote Email Collection,Collection,APT1|FIN4|APT28|Dragonfly 2.0|Ke3chang|Leafminer
T1114.001,Local Email Collection,Collection,Magic Hound|APT1
T1134.005,SID-History Injection,Defense Evasion|Privilege Escalation,no
T1134.004,Parent PID Spoofing,Defense Evasion|Privilege Escalation,no
@@ -244,93 +142,93 @@ T1134.002,Create Process with Token,Defense Evasion|Privilege Escalation,Turla|L
T1134.001,Token Impersonation/Theft,Defense Evasion|Privilege Escalation,APT28
T1213.002,Sharepoint,Collection,Ke3chang|APT28
T1213.001,Confluence,Collection,no
-T1555.003,Credentials from Web Browsers,Credential Access,FIN6|Magic Hound|Sandworm Team|Inception|Stealth Falcon|OilRig|Leafminer|APT33|APT3|Kimsuky|TA505|Stolen Pencil|MuddyWater|APT37|Patchwork|Molerats
+T1555.003,Credentials from Web Browsers,Credential Access,Magic Hound|Sandworm Team|Inception|Stealth Falcon|OilRig|Leafminer|APT33|APT3|Kimsuky|TA505|Stolen Pencil|MuddyWater|APT37|Patchwork|Molerats
T1555.002,Securityd Memory,Credential Access,no
T1555.001,Keychain,Credential Access,no
-T1559.002,Dynamic Data Exchange,Execution,Sharpshooter|TA505|MuddyWater|Gallmaker|Cobalt Group|Patchwork|APT37|FIN7|APT28
+T1559.002,Dynamic Data Exchange,Execution,Sharpshooter|TA505|MuddyWater|Gallmaker|Patchwork|Cobalt Group|APT37|APT28|FIN7
T1559.001,Component Object Model,Execution,Gamaredon Group|MuddyWater
T1559,Inter-Process Communication,Execution,no
T1558.002,Silver Ticket,Credential Access,no
T1558.001,Golden Ticket,Credential Access,Ke3chang
T1558,Steal or Forge Kerberos Tickets,Credential Access,no
-T1557.001,LLMNR/NBT-NS Poisoning and SMB Relay,Credential Access|Collection,Wizard Spider
+T1557.001,LLMNR/NBT-NS Poisoning and SMB Relay,Credential Access|Collection,no
T1557,Man-in-the-Middle,Credential Access|Collection,no
T1556.002,Password Filter DLL,Credential Access|Defense Evasion,Strider
-T1556.001,Domain Controller Authentication,Credential Access|Defense Evasion,Chimera
+T1556.001,Domain Controller Authentication,Credential Access|Defense Evasion,no
T1556,Modify Authentication Process,Credential Access|Defense Evasion,no
T1056.004,Credential API Hooking,Collection|Credential Access,PLATINUM
T1056.003,Web Portal Capture,Collection|Credential Access,no
T1056.002,GUI Input Capture,Collection|Credential Access,FIN4
-T1056.001,Keylogging,Collection|Credential Access,APT32|Sandworm Team|APT39|APT41|Kimsuky|menuPass|Stolen Pencil|FIN4|APT38|OilRig|Ke3chang|PLATINUM|Sowbug|Magic Hound|Group5|Lazarus Group|Threat Group-3390|APT3|Darkhotel|APT28
-T1555,Credentials from Password Stores,Credential Access,UNC2452|FIN6|APT39|OilRig|MuddyWater|Leafminer|APT33|Turla|Stealth Falcon
+T1056.001,Keylogging,Collection|Credential Access,APT32|Sandworm Team|APT39|APT41|Kimsuky|menuPass|Stolen Pencil|FIN4|APT38|Ke3chang|OilRig|PLATINUM|Sowbug|Magic Hound|Group5|Lazarus Group|Threat Group-3390|APT3|Darkhotel|APT28
+T1555,Credentials from Password Stores,Credential Access,APT39|OilRig|MuddyWater|Leafminer|APT33|Turla|Stealth Falcon
T1552.005,Cloud Instance Metadata API,Credential Access,no
T1003.008,/etc/passwd and /etc/shadow,Credential Access,no
T1003.007,Proc Filesystem,Credential Access,no
-T1003.006,DCSync,Credential Access,UNC2452
-T1558.003,Kerberoasting,Credential Access,UNC2452|Wizard Spider
+T1003.006,DCSync,Credential Access,no
+T1558.003,Kerberoasting,Credential Access,no
T1552.006,Group Policy Preferences,Credential Access,APT33
-T1003.003,NTDS,Credential Access,Wizard Spider|Chimera|FIN6|Dragonfly 2.0
-T1003.002,Security Account Manager,Credential Access,Wizard Spider|Threat Group-3390|Ke3chang|Soft Cell|Night Dragon|Dragonfly 2.0|menuPass
-T1003.001,LSASS Memory,Credential Access,Sandworm Team|Whitefly|Blue Mockingbird|Silence|Threat Group-3390|Leviathan|APT41|Soft Cell|TEMP.Veles|APT33|APT39|Stolen Pencil|APT32|Leafminer|Lazarus Group|Magic Hound|MuddyWater|FIN8|PLATINUM|OilRig|BRONZE BUTLER|FIN6|APT3|APT28|APT1|Ke3chang|Cleaver
+T1003.003,NTDS,Credential Access,FIN6|Dragonfly 2.0
+T1003.002,Security Account Manager,Credential Access,Threat Group-3390|Ke3chang|Soft Cell|Night Dragon|Dragonfly 2.0|menuPass
+T1003.001,LSASS Memory,Credential Access,Sandworm Team|Whitefly|Blue Mockingbird|Silence|Threat Group-3390|Leviathan|APT41|Soft Cell|TEMP.Veles|APT33|APT39|Stolen Pencil|APT32|Lazarus Group|Leafminer|Magic Hound|MuddyWater|PLATINUM|FIN8|BRONZE BUTLER|OilRig|FIN6|APT3|APT28|APT1|Ke3chang|Cleaver
T1110.004,Credential Stuffing,Credential Access,no
-T1110.003,Password Spraying,Credential Access,APT28|APT33|Leafminer|Lazarus Group
-T1110.002,Password Cracking,Credential Access,FIN6|APT41|Dragonfly 2.0|APT3
-T1110.001,Password Guessing,Credential Access,APT28
-T1021.006,Windows Remote Management,Lateral Movement,UNC2452|Wizard Spider|Threat Group-3390
+T1110.003,Password Spraying,Credential Access,APT33|Leafminer|Lazarus Group
+T1110.002,Password Cracking,Credential Access,APT41|Dragonfly 2.0|APT3
+T1110.001,Password Guessing,Credential Access,no
+T1021.006,Windows Remote Management,Lateral Movement,Threat Group-3390
T1021.005,VNC,Lateral Movement,GCMAN
T1021.004,SSH,Lateral Movement,Rocke|TEMP.Veles|Leviathan|APT39|OilRig|menuPass|GCMAN
T1021.003,Distributed Component Object Model,Lateral Movement,no
-T1021.002,SMB/Windows Admin Shares,Lateral Movement,Wizard Spider|Chimera|Blue Mockingbird|APT39|APT32|Orangeworm|FIN8|APT3|Lazarus Group|Threat Group-1314|Turla|Deep Panda|Ke3chang
-T1021.001,Remote Desktop Protocol,Lateral Movement,Chimera|Blue Mockingbird|Wizard Spider|Silence|APT41|TEMP.Veles|Leviathan|APT39|Stolen Pencil|Cobalt Group|Dragonfly 2.0|FIN8|APT3|OilRig|FIN10|menuPass|Patchwork|FIN6|Lazarus Group|APT1|Axiom
+T1021.002,SMB/Windows Admin Shares,Lateral Movement,Blue Mockingbird|APT39|APT32|Orangeworm|FIN8|APT3|Lazarus Group|Threat Group-1314|Turla|Deep Panda|Ke3chang
+T1021.001,Remote Desktop Protocol,Lateral Movement,Blue Mockingbird|Wizard Spider|Silence|APT41|TEMP.Veles|Leviathan|APT39|Stolen Pencil|Cobalt Group|Dragonfly 2.0|FIN8|APT3|OilRig|menuPass|FIN10|Patchwork|FIN6|Lazarus Group|APT1|Axiom
T1554,Compromise Client Software Binary,Persistence,no
T1036.006,Space after Filename,Defense Evasion,no
-T1036.005,Match Legitimate Name or Location,Defense Evasion,UNC2452|Chimera|PROMETHIUM|Rocke|Sandworm Team|APT39|Blue Mockingbird|Whitefly|Tropic Trooper|Silence|APT41|menuPass|TEMP.Veles|MuddyWater|BRONZE BUTLER|Sowbug|APT32|Patchwork|Poseidon Group|admin@338|Carbanak|APT1
-T1036.004,Masquerade Task or Service,Defense Evasion,UNC2452|Lazarus Group|PROMETHIUM|Wizard Spider|APT-C-36|Carbanak|APT32|FIN6|FIN7
+T1036.005,Match Legitimate Name or Location,Defense Evasion,Rocke|Sandworm Team|APT39|Blue Mockingbird|Whitefly|Tropic Trooper|Silence|APT41|menuPass|TEMP.Veles|MuddyWater|BRONZE BUTLER|Sowbug|APT32|Patchwork|Poseidon Group|admin@338|Carbanak|APT1
+T1036.004,Masquerade Task or Service,Defense Evasion,Wizard Spider|APT-C-36|Carbanak|APT32|FIN6|FIN7
T1036.003,Rename System Utilities,Defense Evasion,menuPass|APT32|Soft Cell|PLATINUM
T1036.002,Right-to-Left Override,Defense Evasion,BRONZE BUTLER|BlackTech|Ke3chang|Scarlet Mimic
-T1036.001,Invalid Code Signature,Defense Evasion,Windshift|APT37
+T1036.001,Invalid Code Signature,Defense Evasion,Windshift
T1553.003,SIP and Trust Provider Hijacking,Defense Evasion,no
-T1553.002,Code Signing,Defense Evasion,UNC2452|Wizard Spider|PROMETHIUM|Patchwork|Silence|APT41|FIN6|TA505|FIN7|Honeybee|Leviathan|CopyKittens|Winnti Group|Suckfly|Molerats|Darkhotel
+T1553.002,Code Signing,Defense Evasion,Patchwork|Silence|APT41|FIN6|TA505|FIN7|Honeybee|Leviathan|APT37|CopyKittens|Winnti Group|Suckfly|Molerats|Darkhotel
T1553.001,Gatekeeper Bypass,Defense Evasion,no
T1553,Subvert Trust Controls,Defense Evasion,no
T1027.003,Steganography,Defense Evasion,BRONZE BUTLER|Tropic Trooper|MuddyWater|APT37
-T1027.002,Software Packing,Defense Evasion,Lazarus Group|TA505|Rocke|Soft Cell|The White Company|APT39|APT38|Dark Caracal|Elderwood|APT3|Patchwork|APT29|Night Dragon
-T1027.001,Binary Padding,Defense Evasion,Gamaredon Group|APT32|Patchwork|Leviathan|BRONZE BUTLER|Moafee
+T1027.002,Software Packing,Defense Evasion,TA505|Rocke|Soft Cell|The White Company|APT39|APT38|Dark Caracal|Elderwood|APT3|Patchwork|APT29|Night Dragon
+T1027.001,Binary Padding,Defense Evasion,Gamaredon Group|Patchwork|APT32|Leviathan|BRONZE BUTLER|Moafee
T1222.002,Linux and Mac File and Directory Permissions Modification,Defense Evasion,Rocke|APT32
-T1222.001,Windows File and Directory Permissions Modification,Defense Evasion,Wizard Spider
-T1552.004,Private Keys,Credential Access,UNC2452|Rocke
+T1222.001,Windows File and Directory Permissions Modification,Defense Evasion,no
+T1552.004,Private Keys,Credential Access,Rocke
T1552.003,Bash History,Credential Access,no
T1552.002,Credentials in Registry,Credential Access,APT32
T1552.001,Credentials In Files,Credential Access,Leafminer|APT33|OilRig|TA505|Stolen Pencil|MuddyWater|APT3
T1552,Unsecured Credentials,Credential Access,no
T1216.001,PubPrn,Defense Evasion,APT32
-T1070.006,Timestomp,Defense Evasion,UNC2452|Rocke|TEMP.Veles|APT32|Lazarus Group|APT28
+T1070.006,Timestomp,Defense Evasion,Rocke|TEMP.Veles|APT32|Lazarus Group|APT28
T1070.005,Network Share Connection Removal,Defense Evasion,Threat Group-3390
-T1070.004,File Deletion,Defense Evasion,UNC2452|FIN6|Sandworm Team|Rocke|Tropic Trooper|Gamaredon Group|Wizard Spider|APT41|Kimsuky|Silence|The White Company|TEMP.Veles|APT32|APT38|Honeybee|Patchwork|Cobalt Group|Dragonfly 2.0|menuPass|FIN8|BRONZE BUTLER|FIN5|APT3|OilRig|Magic Hound|FIN10|APT28|Threat Group-3390|Group5|Lazarus Group|APT18|APT29
+T1070.004,File Deletion,Defense Evasion,Sandworm Team|Rocke|Tropic Trooper|Gamaredon Group|Wizard Spider|APT41|Kimsuky|Silence|The White Company|TEMP.Veles|APT32|APT38|Patchwork|Honeybee|Cobalt Group|Dragonfly 2.0|menuPass|FIN8|OilRig|FIN5|BRONZE BUTLER|Magic Hound|APT3|FIN10|APT28|Threat Group-3390|Group5|Lazarus Group|APT18|APT29
T1070.003,Clear Command History,Defense Evasion,APT41
-T1550.004,Web Session Cookie,Defense Evasion|Lateral Movement,UNC2452
+T1550.004,Web Session Cookie,Defense Evasion|Lateral Movement,no
T1550.001,Application Access Token,Defense Evasion|Lateral Movement,APT28
T1550.003,Pass the Ticket,Defense Evasion|Lateral Movement,APT32|BRONZE BUTLER|APT29
T1550.002,Pass the Hash,Defense Evasion|Lateral Movement,Soft Cell|APT32|Night Dragon|APT28|APT1
-T1550,Use Alternate Authentication Material,Defense Evasion|Lateral Movement,UNC2452
+T1550,Use Alternate Authentication Material,Defense Evasion|Lateral Movement,no
T1548.004,Elevated Execution with Prompt,Privilege Escalation|Defense Evasion,no
T1548.003,Sudo and Sudo Caching,Privilege Escalation|Defense Evasion,no
-T1548.002,Bypass User Account Control,Privilege Escalation|Defense Evasion,APT37|MuddyWater|Honeybee|Cobalt Group|Threat Group-3390|BRONZE BUTLER|Patchwork|APT29
+T1548.002,Bypass User Access Control,Privilege Escalation|Defense Evasion,APT37|MuddyWater|Honeybee|Cobalt Group|Threat Group-3390|BRONZE BUTLER|Patchwork|APT29
T1548.001,Setuid and Setgid,Privilege Escalation|Defense Evasion,no
T1548,Abuse Elevation Control Mechanism,Privilege Escalation|Defense Evasion,no
T1136.003,Cloud Account,Persistence,no
T1070.002,Clear Linux or Mac System Logs,Defense Evasion,Rocke
T1070.001,Clear Windows Event Logs,Defense Evasion,APT41|APT38|Dragonfly 2.0|APT32|FIN8|FIN5|APT28
T1136.002,Domain Account,Persistence,Soft Cell
-T1136.001,Local Account,Persistence,APT39|APT41|Leafminer|Dragonfly 2.0|APT3
+T1136.001,Local Account,Persistence,APT39|APT41|Dragonfly 2.0|Leafminer|APT3
T1547.011,Plist Modification,Persistence|Privilege Escalation,no
T1547.010,Port Monitors,Persistence|Privilege Escalation,no
T1547.009,Shortcut Modification,Persistence|Privilege Escalation,APT39|Darkhotel|APT29|Gorgon Group|Dragonfly 2.0|Leviathan|Lazarus Group
T1547.008,LSASS Driver,Persistence|Privilege Escalation,no
T1547.007,Re-opened Applications,Persistence|Privilege Escalation,no
T1547.006,Kernel Modules and Extensions,Persistence|Privilege Escalation,no
-T1547.005,Security Support Provider,Persistence|Privilege Escalation,Lazarus Group
-T1547.004,Winlogon Helper DLL,Persistence|Privilege Escalation,Wizard Spider|Tropic Trooper|Turla
+T1547.005,Security Support Provider,Persistence|Privilege Escalation,no
+T1547.004,Winlogon Helper DLL,Persistence|Privilege Escalation,Tropic Trooper|Turla
T1547.003,Time Providers,Persistence|Privilege Escalation,no
T1546.014,Emond,Privilege Escalation|Persistence,no
T1546.013,PowerShell Profile,Privilege Escalation|Persistence,Turla
@@ -346,30 +244,30 @@ T1546.007,Netsh Helper DLL,Privilege Escalation|Persistence,no
T1546.006,LC_LOAD_DYLIB Addition,Privilege Escalation|Persistence,no
T1546.005,Trap,Privilege Escalation|Persistence,no
T1546.004,.bash_profile and .bashrc,Privilege Escalation|Persistence,no
-T1546.003,Windows Management Instrumentation Event Subscription,Privilege Escalation|Persistence,UNC2452|APT33|Blue Mockingbird|Turla|Leviathan|APT29
+T1546.003,Windows Management Instrumentation Event Subscription,Privilege Escalation|Persistence,APT33|Blue Mockingbird|Turla|Leviathan|APT29
T1546.002,Screensaver,Privilege Escalation|Persistence,no
T1546.001,Change Default File Association,Privilege Escalation|Persistence,Kimsuky
-T1547.001,Registry Run Keys / Startup Folder,Persistence|Privilege Escalation,Wizard Spider|PROMETHIUM|Rocke|Tropic Trooper|Gamaredon Group|Sharpshooter|Molerats|Silence|RTM|Inception|APT41|Machete|Kimsuky|APT33|APT39|APT32|APT18|Turla|Dark Caracal|Cobalt Group|Honeybee|APT19|Ke3chang|Threat Group-3390|Dragonfly 2.0|Gorgon Group|MuddyWater|APT37|Leviathan|BRONZE BUTLER|Magic Hound|APT3|FIN10|FIN7|Patchwork|FIN6|Lazarus Group|Putter Panda|APT29|Darkhotel
+T1547.001,Registry Run Keys / Startup Folder,Persistence|Privilege Escalation,Rocke|Tropic Trooper|Gamaredon Group|Sharpshooter|Molerats|Silence|RTM|Inception|APT41|Machete|Kimsuky|APT33|APT39|APT32|APT18|Turla|Dark Caracal|Cobalt Group|Honeybee|Threat Group-3390|Dragonfly 2.0|Gorgon Group|Ke3chang|APT19|Leviathan|MuddyWater|APT37|BRONZE BUTLER|Magic Hound|APT3|FIN10|FIN7|Patchwork|FIN6|Lazarus Group|Putter Panda|APT29|Darkhotel
T1218.002,Control Panel,Defense Evasion,no
-T1218.010,Regsvr32,Defense Evasion,Blue Mockingbird|Inception|WIRTE|APT19|Cobalt Group|Leviathan|APT32|Deep Panda
+T1218.010,Regsvr32,Defense Evasion,Blue Mockingbird|Inception|WIRTE|Cobalt Group|APT19|Leviathan|APT32|Deep Panda
T1218.009,Regsvcs/Regasm,Defense Evasion,no
-T1218.005,Mshta,Defense Evasion,Lazarus Group|Inception|Kimsuky|APT32|MuddyWater|FIN7
-T1218.004,InstallUtil,Defense Evasion,menuPass
-T1218.001,Compiled HTML File,Defense Evasion,APT41|Silence|OilRig|Lazarus Group|Dark Caracal
+T1218.005,Mshta,Defense Evasion,Inception|Kimsuky|APT32|MuddyWater|FIN7
+T1218.004,InstallUtil,Defense Evasion,no
+T1218.001,Compiled HTML File,Defense Evasion,APT41|Silence|Lazarus Group|Dark Caracal|OilRig
T1218.003,CMSTP,Defense Evasion,Cobalt Group|MuddyWater
-T1218.011,Rundll32,Defense Evasion,UNC2452|Gamaredon Group|APT32|Sandworm Team|Blue Mockingbird|TA505|MuddyWater|APT29|APT19|CopyKittens|APT3|Carbanak|APT28
+T1218.011,Rundll32,Defense Evasion,APT32|Sandworm Team|Blue Mockingbird|TA505|MuddyWater|APT29|APT19|CopyKittens|APT3|Carbanak|APT28
T1547,Boot or Logon Autostart Execution,Persistence|Privilege Escalation,no
T1546,Event Triggered Execution,Privilege Escalation|Persistence,no
T1098.003,Add Office 365 Global Administrator Role,Persistence,no
-T1098.002,Exchange Email Delegate Permissions,Persistence,UNC2452|Magic Hound
-T1098.001,Additional Cloud Credentials,Persistence,UNC2452
+T1098.002,Exchange Email Delegate Permissions,Persistence,Magic Hound
+T1098.001,Additional Azure Service Principal Credentials,Persistence,no
T1543.004,Launch Daemon,Persistence|Privilege Escalation,no
-T1543.003,Windows Service,Persistence|Privilege Escalation,PROMETHIUM|Blue Mockingbird|DarkVishnya|Wizard Spider|APT32|APT41|Kimsuky|Tropic Trooper|Threat Group-3390|Honeybee|Cobalt Group|Ke3chang|FIN7|APT19|APT3|Lazarus Group|Carbanak
+T1543.003,Windows Service,Persistence|Privilege Escalation,Blue Mockingbird|DarkVishnya|Wizard Spider|APT32|APT41|Kimsuky|Tropic Trooper|Cobalt Group|Ke3chang|Honeybee|FIN7|Threat Group-3390|APT19|APT3|Lazarus Group|Carbanak
T1543.002,Systemd Service,Persistence|Privilege Escalation,Rocke
T1543.001,Launch Agent,Persistence|Privilege Escalation,no
T1037.005,Startup Items,Persistence|Privilege Escalation,no
T1037.004,Rc.common,Persistence|Privilege Escalation,no
-T1055.012,Process Hollowing,Defense Evasion|Privilege Escalation,menuPass|Gorgon Group|Threat Group-3390|Patchwork
+T1055.012,Process Hollowing,Defense Evasion|Privilege Escalation,Threat Group-3390|menuPass|Gorgon Group|Patchwork
T1055.013,Process Doppelgänging,Defense Evasion|Privilege Escalation,Leafminer
T1055.011,Extra Window Memory Injection,Defense Evasion|Privilege Escalation,no
T1055.014,VDSO Hijacking,Defense Evasion|Privilege Escalation,no
@@ -379,7 +277,7 @@ T1055.005,Thread Local Storage,Defense Evasion|Privilege Escalation,no
T1055.004,Asynchronous Procedure Call,Defense Evasion|Privilege Escalation,no
T1055.003,Thread Execution Hijacking,Defense Evasion|Privilege Escalation,no
T1055.002,Portable Executable Injection,Defense Evasion|Privilege Escalation,Rocke|Gorgon Group
-T1055.001,Dynamic-link Library Injection,Defense Evasion|Privilege Escalation,Wizard Spider|TA505|Turla|Tropic Trooper|Lazarus Group|Putter Panda
+T1055.001,Dynamic-link Library Injection,Defense Evasion|Privilege Escalation,TA505|Turla|Tropic Trooper|Lazarus Group|Putter Panda
T1037.003,Network Logon Script,Persistence|Privilege Escalation,no
T1543,Create or Modify System Process,Persistence|Privilege Escalation,no
T1037.002,Logon Script (Mac),Persistence|Privilege Escalation,no
@@ -393,7 +291,7 @@ T1505.001,SQL Stored Procedures,Persistence,no
T1053.003,Cron,Execution|Persistence|Privilege Escalation,Rocke
T1053.004,Launchd,Execution|Persistence|Privilege Escalation,no
T1053.001,At (Linux),Execution|Persistence|Privilege Escalation,no
-T1053.005,Scheduled Task,Execution|Persistence|Privilege Escalation,UNC2452|Chimera|Gamaredon Group|Blue Mockingbird|MuddyWater|Wizard Spider|Frankenstein|APT-C-36|BRONZE BUTLER|APT41|Machete|Soft Cell|Silence|TEMP.Veles|APT33|APT39|Cobalt Group|OilRig|Rancor|Dragonfly 2.0|Patchwork|FIN8|FIN7|APT32|menuPass|FIN10|Stealth Falcon|FIN6|APT3|APT29
+T1053.005,Scheduled Task,Execution|Persistence|Privilege Escalation,Gamaredon Group|Blue Mockingbird|MuddyWater|Wizard Spider|Frankenstein|APT-C-36|BRONZE BUTLER|APT41|Machete|Soft Cell|Silence|TEMP.Veles|APT33|APT39|Dragonfly 2.0|Patchwork|OilRig|Rancor|Cobalt Group|FIN8|menuPass|FIN10|APT32|FIN7|Stealth Falcon|FIN6|APT3|APT29
T1053.002,At (Windows),Execution|Persistence|Privilege Escalation,BRONZE BUTLER|Threat Group-3390|APT18
T1542,Pre-OS Boot,Defense Evasion|Persistence,no
T1137.001,Office Template Macros,Persistence,MuddyWater
@@ -418,52 +316,52 @@ T1526,Cloud Service Discovery,Discovery,no
T1505,Server Software Component,Persistence,no
T1499,Endpoint Denial of Service,Impact,no
T1497,Virtualization/Sandbox Evasion,Defense Evasion|Discovery,no
-T1498,Network Denial of Service,Impact,APT28
+T1498,Network Denial of Service,Impact,no
T1496,Resource Hijacking,Impact,Blue Mockingbird|Rocke|APT41|Lazarus Group
T1495,Firmware Corruption,Impact,no
T1491,Defacement,Impact,no
T1490,Inhibit System Recovery,Impact,no
-T1489,Service Stop,Impact,Wizard Spider|Lazarus Group
+T1489,Service Stop,Impact,Lazarus Group
T1486,Data Encrypted for Impact,Impact,APT41|TA505|APT38
T1485,Data Destruction,Impact,Sandworm Team|Lazarus Group|APT38
-T1484,Domain Policy Modification,Defense Evasion|Privilege Escalation,no
-T1482,Domain Trust Discovery,Discovery,UNC2452|Wizard Spider
+T1484,Group Policy Modification,Defense Evasion|Privilege Escalation,no
+T1482,Domain Trust Discovery,Discovery,Wizard Spider
T1480,Execution Guardrails,Defense Evasion,no
-T1220,XSL Script Processing,Defense Evasion,Cobalt Group
T1222,File and Directory Permissions Modification,Defense Evasion,no
T1221,Template Injection,Defense Evasion,Gamaredon Group|Frankenstein|Inception|APT28|Tropic Trooper|Dragonfly 2.0|DarkHydrus
-T1203,Exploitation for Client Execution,Execution,Sandworm Team|MuddyWater|Frankenstein|Inception|BlackTech|APT41|admin@338|Threat Group-3390|APT12|The White Company|APT33|APT32|APT28|Tropic Trooper|BRONZE BUTLER|Lazarus Group|Cobalt Group|APT29|Patchwork|Leviathan|APT37|Elderwood|TA459
-T1200,Hardware Additions,Initial Access,DarkVishnya
-T1202,Indirect Command Execution,Defense Evasion,no
-T1213,Data from Information Repositories,Collection,FIN6|Turla
-T1207,Rogue Domain Controller,Defense Evasion,no
-T1204,User Execution,Execution,no
-T1217,Browser Bookmark Discovery,Discovery,no
-T1190,Exploit Public-Facing Application,Initial Access,UNC2452|APT28|APT29|GOLD SOUTHFIELD|Blue Mockingbird|Rocke|APT39|BlackTech|APT41|Soft Cell|Night Dragon|Axiom
-T1210,Exploitation of Remote Services,Lateral Movement,Wizard Spider|Threat Group-3390|APT28
+T1220,XSL Script Processing,Defense Evasion,Cobalt Group
T1197,BITS Jobs,Defense Evasion|Persistence,Patchwork|APT41|Leviathan
+T1217,Browser Bookmark Discovery,Discovery,no
+T1213,Data from Information Repositories,Collection,Turla
+T1189,Drive-by Compromise,Initial Access,Turla|Windshift|RTM|Darkhotel|APT38|Dragonfly 2.0|BRONZE BUTLER|Leafminer|Dark Caracal|APT19|APT32|Lazarus Group|Threat Group-3390|Elderwood|APT37|Patchwork|PLATINUM
+T1203,Exploitation for Client Execution,Execution,Sandworm Team|MuddyWater|Frankenstein|Inception|BlackTech|APT41|admin@338|Threat Group-3390|APT12|The White Company|APT33|APT32|APT28|Tropic Trooper|Lazarus Group|BRONZE BUTLER|Cobalt Group|APT37|Patchwork|Leviathan|Elderwood|TA459|APT29
+T1212,Exploitation for Credential Access,Credential Access,no
+T1211,Exploitation for Defense Evasion,Defense Evasion,APT28
+T1190,Exploit Public-Facing Application,Initial Access,Blue Mockingbird|Rocke|APT39|BlackTech|APT41|Soft Cell|Night Dragon|Axiom
+T1210,Exploitation of Remote Services,Lateral Movement,Threat Group-3390|APT28
+T1202,Indirect Command Execution,Defense Evasion,no
+T1200,Hardware Additions,Initial Access,DarkVishnya
T1201,Password Policy Discovery,Discovery,Turla|OilRig
+T1219,Remote Access Software,Command And Control,Sandworm Team|DarkVishnya|RTM|Kimsuky|Night Dragon|Thrip|Cobalt Group|Carbanak
+T1207,Rogue Domain Controller,Defense Evasion,no
+T1199,Trusted Relationship,Initial Access,APT28|menuPass
+T1218,Signed Binary Proxy Execution,Defense Evasion,no
+T1204,User Execution,Execution,no
+T1216,Signed Script Proxy Execution,Defense Evasion,no
T1195,Supply Chain Compromise,Initial Access,Elderwood
T1205,Traffic Signaling,Defense Evasion|Persistence|Command And Control,no
-T1189,Drive-by Compromise,Initial Access,Dragonfly|PROMETHIUM|Turla|Windshift|RTM|Darkhotel|APT38|Lazarus Group|APT32|Dark Caracal|Dragonfly 2.0|BRONZE BUTLER|Leafminer|APT19|Threat Group-3390|APT37|Patchwork|PLATINUM|Elderwood
-T1212,Exploitation for Credential Access,Credential Access,no
-T1219,Remote Access Software,Command And Control,Sandworm Team|DarkVishnya|RTM|Kimsuky|Night Dragon|Thrip|Cobalt Group|Carbanak
-T1211,Exploitation for Defense Evasion,Defense Evasion,APT28
-T1218,Signed Binary Proxy Execution,Defense Evasion,no
-T1216,Signed Script Proxy Execution,Defense Evasion,no
-T1199,Trusted Relationship,Initial Access,GOLD SOUTHFIELD|APT28|menuPass
T1176,Browser Extensions,Persistence,Kimsuky|Stolen Pencil
T1175,Component Object Model and Distributed COM,Lateral Movement|Execution,no
+T1187,Forced Authentication,Credential Access,DarkHydrus|Dragonfly 2.0
T1185,Man in the Browser,Collection,no
-T1187,Forced Authentication,Credential Access,Dragonfly 2.0|DarkHydrus
-T1149,LC_MAIN Hijacking,Defense Evasion,no
+T1134,Access Token Manipulation,Defense Evasion|Privilege Escalation,Blue Mockingbird
T1136,Create Account,Persistence,no
-T1134,Access Token Manipulation,Defense Evasion|Privilege Escalation,FIN6|Blue Mockingbird
-T1135,Network Share Discovery,Discovery,Wizard Spider|APT32|APT39|DarkVishnya|APT41|Tropic Trooper|APT1|Dragonfly 2.0|Sowbug
-T1140,Deobfuscate/Decode Files or Information,Defense Evasion,UNC2452|Rocke|Sandworm Team|Gamaredon Group|Molerats|Frankenstein|Turla|WIRTE|Darkhotel|Tropic Trooper|menuPass|Threat Group-3390|Gorgon Group|APT19|Honeybee|Leviathan|MuddyWater|APT28|OilRig|BRONZE BUTLER
+T1140,Deobfuscate/Decode Files or Information,Defense Evasion,Rocke|Sandworm Team|Gamaredon Group|Molerats|Frankenstein|Turla|WIRTE|Darkhotel|Tropic Trooper|menuPass|Honeybee|Threat Group-3390|APT19|Gorgon Group|Leviathan|MuddyWater|APT28|OilRig|BRONZE BUTLER
+T1149,LC_MAIN Hijacking,Defense Evasion,no
+T1135,Network Share Discovery,Discovery,APT32|APT39|DarkVishnya|APT41|Tropic Trooper|APT1|Dragonfly 2.0|Sowbug
T1137,Office Application Startup,Persistence,Gamaredon Group|APT32
T1153,Source,Execution,no
-T1133,External Remote Services,Persistence|Initial Access,Wizard Spider|GOLD SOUTHFIELD|Chimera|Sandworm Team|APT41|Soft Cell|TEMP.Veles|Night Dragon|Ke3chang|OilRig|Dragonfly 2.0|FIN5|Threat Group-3390|APT18
+T1133,External Remote Services,Persistence|Initial Access,Sandworm Team|APT41|Soft Cell|TEMP.Veles|Night Dragon|OilRig|Dragonfly 2.0|Ke3chang|FIN5|Threat Group-3390|APT18
T1132,Data Encoding,Command And Control,no
T1129,Shared Modules,Execution,no
T1127,Trusted Developer Utilities Proxy Execution,Defense Evasion,no
@@ -471,72 +369,72 @@ T1125,Video Capture,Collection,Silence|FIN7
T1124,System Time Discovery,Discovery,The White Company|Lazarus Group|BRONZE BUTLER|Turla
T1123,Audio Capture,Collection,APT37
T1120,Peripheral Device Discovery,Discovery,Turla|APT37|Gamaredon Group|Equation|APT28
-T1119,Automated Collection,Collection,Gamaredon Group|Tropic Trooper|Frankenstein|APT1|APT28|Patchwork|FIN5|OilRig|Threat Group-3390|FIN6
+T1119,Automated Collection,Collection,Tropic Trooper|Frankenstein|APT1|APT28|Patchwork|OilRig|FIN5|Threat Group-3390|FIN6
T1115,Clipboard Data,Collection,APT39|APT38
T1114,Email Collection,Collection,no
-T1113,Screen Capture,Collection,Gamaredon Group|APT39|Silence|MuddyWater|OilRig|Dragonfly 2.0|FIN7|Dark Caracal|BRONZE BUTLER|Magic Hound|Group5|APT28
-T1112,Modify Registry,Defense Evasion,Lazarus Group|Gamaredon Group|Blue Mockingbird|Wizard Spider|Silence|APT41|Turla|APT32|APT38|Dragonfly 2.0|Patchwork|APT19|Gorgon Group|Threat Group-3390|Honeybee|FIN8
+T1113,Screen Capture,Collection,Gamaredon Group|APT39|Silence|MuddyWater|Dragonfly 2.0|OilRig|Dark Caracal|FIN7|BRONZE BUTLER|Magic Hound|Group5|APT28
+T1112,Modify Registry,Defense Evasion,Gamaredon Group|Blue Mockingbird|Wizard Spider|Silence|APT41|Turla|APT32|APT38|Dragonfly 2.0|APT19|Threat Group-3390|Honeybee|Patchwork|Gorgon Group|FIN8
T1111,Two-Factor Authentication Interception,Credential Access,no
T1110,Brute Force,Credential Access,DarkVishnya|APT39|OilRig|FIN5|Turla
T1108,Redundant Access,Defense Evasion|Persistence,no
-T1106,Native API,Execution,Chimera|Gamaredon Group|Tropic Trooper|Sharpshooter|Turla|Silence|APT37|Gorgon Group
-T1105,Ingress Tool Transfer,Command And Control,UNC2452|Chimera|Sandworm Team|Whitefly|Rocke|APT39|Tropic Trooper|Sharpshooter|Molerats|Frankenstein|Silence|APT-C-36|APT41|Soft Cell|TA505|WIRTE|APT33|MuddyWater|APT18|APT38|Rancor|OilRig|Dragonfly 2.0|Cobalt Group|Turla|Gorgon Group|APT37|Leviathan|Elderwood|PLATINUM|FIN8|Magic Hound|APT32|APT3|BRONZE BUTLER|menuPass|FIN7|Gamaredon Group|Patchwork|Lazarus Group|Threat Group-3390|APT28
+T1106,Native API,Execution,Gamaredon Group|Tropic Trooper|Sharpshooter|Turla|Silence|Gorgon Group|APT37
+T1105,Ingress Tool Transfer,Command And Control,Sandworm Team|Whitefly|Rocke|APT39|Tropic Trooper|Sharpshooter|Molerats|Frankenstein|Silence|APT-C-36|APT41|Soft Cell|TA505|WIRTE|APT33|MuddyWater|APT18|APT38|Rancor|Cobalt Group|Turla|Gorgon Group|OilRig|Dragonfly 2.0|APT37|FIN8|PLATINUM|Leviathan|Elderwood|Magic Hound|APT3|APT32|BRONZE BUTLER|menuPass|FIN7|Gamaredon Group|Patchwork|Lazarus Group|Threat Group-3390|APT28
T1104,Multi-Stage Channels,Command And Control,APT41|MuddyWater|APT3
-T1102,Web Service,Command And Control,Chimera|Gamaredon Group|Rocke|Inception|FIN6
+T1102,Web Service,Command And Control,Gamaredon Group|Rocke|Inception|FIN6
T1098,Account Manipulation,Persistence,APT3|Dragonfly 2.0|Lazarus Group
-T1095,Non-Application Layer Protocol,Command And Control,FIN6|APT29|PLATINUM|APT3
+T1095,Non-Application Layer Protocol,Command And Control,APT29|PLATINUM|APT3
T1092,Communication Through Removable Media,Command And Control,APT28
T1091,Replication Through Removable Media,Lateral Movement|Initial Access,Tropic Trooper|Darkhotel|APT28
-T1090,Proxy,Command And Control,Sandworm Team|Blue Mockingbird|APT41|Turla
-T1087,Account Discovery,Discovery,UNC2452
-T1083,File and Directory Discovery,Discovery,UNC2452|Gamaredon Group|Tropic Trooper|Inception|APT41|Kimsuky|APT32|MuddyWater|APT18|Dragonfly 2.0|Leafminer|Honeybee|Dark Caracal|APT3|BRONZE BUTLER|Sowbug|Magic Hound|APT28|Patchwork|Lazarus Group|Dust Storm|admin@338|Turla|Ke3chang
-T1082,System Information Discovery,Discovery,UNC2452|Wizard Spider|Rocke|Sandworm Team|Blue Mockingbird|Tropic Trooper|Frankenstein|Inception|Kimsuky|Darkhotel|MuddyWater|APT18|APT37|Honeybee|APT19|APT32|Magic Hound|Sowbug|OilRig|APT3|Gamaredon Group|Patchwork|Stealth Falcon|Lazarus Group|admin@338|Turla|Ke3chang
-T1080,Taint Shared Content,Lateral Movement,Gamaredon Group|BRONZE BUTLER|Darkhotel
-T1078,Valid Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,UNC2452|Chimera|Sandworm Team|Wizard Spider|Silence|APT41|Soft Cell|TEMP.Veles|APT39|FIN4|Night Dragon|Dragonfly 2.0|Leviathan|APT33|FIN8|FIN5|OilRig|APT28|FIN10|menuPass|Suckfly|FIN6|Threat Group-3390|APT18|PittyTiger|Carbanak
+T1090,Proxy,Command And Control,Sandworm Team|Blue Mockingbird|Wizard Spider|APT41|Turla
+T1087,Account Discovery,Discovery,no
+T1083,File and Directory Discovery,Discovery,Gamaredon Group|Tropic Trooper|Inception|APT41|Kimsuky|APT32|MuddyWater|APT18|Leafminer|Honeybee|Dark Caracal|Dragonfly 2.0|Magic Hound|Sowbug|BRONZE BUTLER|APT3|APT28|Patchwork|Lazarus Group|Dust Storm|admin@338|Turla|Ke3chang
+T1082,System Information Discovery,Discovery,Rocke|Sandworm Team|Blue Mockingbird|Tropic Trooper|Frankenstein|Inception|Kimsuky|Darkhotel|MuddyWater|APT18|Honeybee|APT19|APT37|APT32|Magic Hound|OilRig|APT3|Sowbug|Gamaredon Group|Patchwork|Stealth Falcon|Lazarus Group|admin@338|Turla|Ke3chang
+T1080,Taint Shared Content,Lateral Movement,BRONZE BUTLER|Darkhotel
+T1078,Valid Accounts,Defense Evasion|Persistence|Privilege Escalation|Initial Access,Sandworm Team|Wizard Spider|Silence|APT41|Soft Cell|TEMP.Veles|APT39|FIN4|Night Dragon|Dragonfly 2.0|FIN8|Leviathan|APT33|OilRig|FIN5|menuPass|APT28|FIN10|Suckfly|FIN6|Threat Group-3390|APT18|PittyTiger|Carbanak
T1074,Data Staged,Collection,Wizard Spider
T1072,Software Deployment Tools,Execution|Lateral Movement,Silence|APT32|Threat Group-1314
T1071,Application Layer Protocol,Command And Control,Rocke|Magic Hound|Dragonfly 2.0
-T1070,Indicator Removal on Host,Defense Evasion,UNC2452
-T1069,Permission Groups Discovery,Discovery,UNC2452|TA505|APT3
+T1070,Indicator Removal on Host,Defense Evasion,no
+T1069,Permission Groups Discovery,Discovery,TA505|APT3
T1068,Exploitation for Privilege Escalation,Privilege Escalation,Whitefly|APT33|Cobalt Group|PLATINUM|FIN8|APT32|Threat Group-3390|FIN6|APT28
T1064,Scripting,Defense Evasion|Execution,no
T1062,Hypervisor,Persistence,no
T1061,Graphical User Interface,Execution,no
-T1059,Command and Scripting Interpreter,Execution,APT32|Molerats|Whitefly|APT39|APT19|FIN7|Dragonfly 2.0|OilRig|FIN5|Stealth Falcon|FIN6|Ke3chang
-T1057,Process Discovery,Discovery,UNC2452|Rocke|Frankenstein|Inception|Darkhotel|MuddyWater|APT1|APT38|Tropic Trooper|APT37|Honeybee|OilRig|APT3|Magic Hound|APT28|Winnti Group|Stealth Falcon|Poseidon Group|Lazarus Group|Molerats|Turla|Deep Panda|Ke3chang
+T1059,Command and Scripting Interpreter,Execution,APT32|Molerats|Whitefly|Dragonfly 2.0|APT19|FIN7|OilRig|FIN5|Stealth Falcon|FIN6|Ke3chang
+T1057,Process Discovery,Discovery,Rocke|Frankenstein|Inception|Darkhotel|MuddyWater|APT1|APT38|Tropic Trooper|APT37|Honeybee|OilRig|APT3|Magic Hound|APT28|Winnti Group|Stealth Falcon|Poseidon Group|Lazarus Group|Molerats|Turla|Deep Panda|Ke3chang
T1056,Input Capture,Collection|Credential Access,no
-T1055,Process Injection,Defense Evasion|Privilege Escalation,APT32|Sharpshooter|Silence|APT41|Kimsuky|Cobalt Group|APT37|Turla|Honeybee|PLATINUM
+T1055,Process Injection,Defense Evasion|Privilege Escalation,APT32|Sharpshooter|Silence|APT41|Kimsuky|Turla|Cobalt Group|APT37|Honeybee|PLATINUM
T1053,Scheduled Task/Job,Execution|Persistence|Privilege Escalation,no
T1052,Exfiltration Over Physical Medium,Exfiltration,no
T1051,Shared Webroot,Lateral Movement,no
-T1049,System Network Connections Discovery,Discovery,Tropic Trooper|APT41|APT38|Soft Cell|APT32|APT1|OilRig|APT3|Threat Group-3390|menuPass|Poseidon Group|admin@338|Turla|Ke3chang
+T1049,System Network Connections Discovery,Discovery,Tropic Trooper|APT41|APT38|Soft Cell|APT32|APT1|OilRig|APT3|menuPass|Threat Group-3390|Poseidon Group|admin@338|Turla|Ke3chang
T1048,Exfiltration Over Alternative Protocol,Exfiltration,no
-T1047,Windows Management Instrumentation,Execution,UNC2452|Chimera|Blue Mockingbird|Wizard Spider|Frankenstein|APT41|FIN6|Soft Cell|APT32|MuddyWater|OilRig|Threat Group-3390|FIN8|Leviathan|menuPass|Stealth Falcon|Lazarus Group|APT29|Deep Panda
-T1046,Network Service Scanning,Discovery,Rocke|DarkVishnya|APT41|Tropic Trooper|APT39|APT32|Cobalt Group|Leafminer|OilRig|menuPass|Suckfly|FIN6|Threat Group-3390
-T1043,Commonly Used Port,Command And Control,OilRig|APT28|TEMP.Veles|Night Dragon|APT29|APT18|FIN7|Dragonfly 2.0|APT19|FIN8|APT37|APT3|Magic Hound|Lazarus Group|Threat Group-3390
+T1047,Windows Management Instrumentation,Execution,Blue Mockingbird|Wizard Spider|Frankenstein|APT41|FIN6|Soft Cell|APT32|MuddyWater|OilRig|Threat Group-3390|FIN8|Leviathan|menuPass|Stealth Falcon|Lazarus Group|APT29|Deep Panda
+T1046,Network Service Scanning,Discovery,Rocke|DarkVishnya|APT41|Tropic Trooper|APT39|APT32|Leafminer|OilRig|Cobalt Group|menuPass|Suckfly|FIN6|Threat Group-3390
+T1043,Commonly Used Port,Command And Control,Machete|OilRig|APT28|TEMP.Veles|Night Dragon|APT29|APT18|APT19|Dragonfly 2.0|FIN7|FIN8|APT37|Magic Hound|APT3|Lazarus Group|Threat Group-3390
T1041,Exfiltration Over C2 Channel,Exfiltration,Sandworm Team|MuddyWater|Wizard Spider|Frankenstein|Kimsuky|Soft Cell|APT32|APT3|Gamaredon Group|Stealth Falcon|Lazarus Group|Ke3chang
T1040,Network Sniffing,Credential Access|Discovery,Sandworm Team|DarkVishnya|APT33|Stolen Pencil|APT28
-T1039,Data from Network Shared Drive,Collection,Gamaredon Group|BRONZE BUTLER|Sowbug|menuPass
+T1039,Data from Network Shared Drive,Collection,Sowbug|BRONZE BUTLER|menuPass
T1037,Boot or Logon Initialization Scripts,Persistence|Privilege Escalation,Rocke
-T1036,Masquerading,Defense Evasion,UNC2452|Windshift|APT32|BRONZE BUTLER|menuPass|Dragonfly 2.0
+T1036,Masquerading,Defense Evasion,Windshift|APT32|BRONZE BUTLER|menuPass|Dragonfly 2.0
T1034,Path Interception,Persistence|Privilege Escalation,no
-T1033,System Owner/User Discovery,Discovery,Wizard Spider|Frankenstein|APT41|Soft Cell|Tropic Trooper|APT39|MuddyWater|APT32|APT37|APT19|Dragonfly 2.0|OilRig|Magic Hound|FIN10|Gamaredon Group|Patchwork|Stealth Falcon|Lazarus Group|APT3
+T1033,System Owner/User Discovery,Discovery,Frankenstein|APT41|Soft Cell|Tropic Trooper|APT39|MuddyWater|APT32|APT37|APT19|Dragonfly 2.0|OilRig|Magic Hound|FIN10|Gamaredon Group|Patchwork|Stealth Falcon|Lazarus Group|APT3
T1030,Data Transfer Size Limits,Exfiltration,Threat Group-3390
T1029,Scheduled Transfer,Exfiltration,no
-T1027,Obfuscated Files or Information,Defense Evasion,UNC2452|FIN6|Chimera|Gamaredon Group|Rocke|Sandworm Team|Blue Mockingbird|Whitefly|Molerats|Wizard Spider|Mofang|Frankenstein|Inception|APT-C-36|APT41|Machete|Soft Cell|Turla|TA505|Silence|APT33|Night Dragon|Darkhotel|Gallmaker|APT29|APT18|Tropic Trooper|menuPass|Honeybee|Patchwork|Threat Group-3390|APT19|Cobalt Group|Leafminer|APT37|Dark Caracal|FIN8|MuddyWater|FIN7|BlackOasis|Leviathan|Elderwood|OilRig|Magic Hound|APT3|APT32|Group5|Lazarus Group|Dust Storm|Putter Panda|APT28
+T1027,Obfuscated Files or Information,Defense Evasion,Gamaredon Group|Rocke|Sandworm Team|Blue Mockingbird|Whitefly|Molerats|Wizard Spider|Mofang|Frankenstein|Inception|APT-C-36|APT41|Machete|Soft Cell|Turla|TA505|Silence|APT33|Night Dragon|Darkhotel|Gallmaker|APT29|APT18|Tropic Trooper|Cobalt Group|Patchwork|Leafminer|APT37|Threat Group-3390|Honeybee|Dark Caracal|menuPass|APT19|BlackOasis|FIN8|Leviathan|Elderwood|MuddyWater|FIN7|Magic Hound|OilRig|APT3|APT32|Group5|Dust Storm|Lazarus Group|Putter Panda|APT28
T1026,Multiband Communication,Command And Control,Lazarus Group
T1025,Data from Removable Media,Collection,Machete|Turla|Gamaredon Group|APT28
T1021,Remote Services,Lateral Movement,no
-T1020,Automated Exfiltration,Exfiltration,Gamaredon Group|Tropic Trooper|Frankenstein|Honeybee
-T1018,Remote System Discovery,Discovery,UNC2452|Sandworm Team|Rocke|Wizard Spider|Silence|Soft Cell|APT39|APT32|Threat Group-3390|Dragonfly 2.0|Ke3chang|Leafminer|Deep Panda|FIN8|FIN5|APT3|BRONZE BUTLER|menuPass|FIN6|Turla
-T1016,System Network Configuration Discovery,Discovery,Wizard Spider|Sandworm Team|Tropic Trooper|Frankenstein|APT41|Soft Cell|APT32|Darkhotel|MuddyWater|APT1|Dragonfly 2.0|APT19|OilRig|Magic Hound|menuPass|Threat Group-3390|Stealth Falcon|Lazarus Group|APT3|Naikon|admin@338|Turla|Ke3chang
+T1020,Automated Exfiltration,Exfiltration,Tropic Trooper|Frankenstein|Honeybee
+T1018,Remote System Discovery,Discovery,Sandworm Team|Rocke|Wizard Spider|Silence|Soft Cell|APT39|APT32|Deep Panda|Threat Group-3390|Dragonfly 2.0|Leafminer|Ke3chang|FIN8|APT3|FIN5|BRONZE BUTLER|menuPass|FIN6|Turla
+T1016,System Network Configuration Discovery,Discovery,Sandworm Team|Tropic Trooper|Frankenstein|APT41|Soft Cell|APT32|Darkhotel|MuddyWater|APT1|APT19|Dragonfly 2.0|Magic Hound|OilRig|menuPass|Threat Group-3390|Stealth Falcon|Lazarus Group|APT3|Naikon|admin@338|Turla|Ke3chang
T1014,Rootkit,Defense Evasion,Rocke|APT41|APT28|Winnti Group
-T1012,Query Registry,Discovery,APT32|Threat Group-3390|Dragonfly 2.0|OilRig|Stealth Falcon|Lazarus Group|Turla
+T1012,Query Registry,Discovery,APT32|Dragonfly 2.0|Threat Group-3390|OilRig|Stealth Falcon|Lazarus Group|Turla
T1011,Exfiltration Over Other Network Medium,Exfiltration,no
T1010,Application Window Discovery,Discovery,Lazarus Group
T1008,Fallback Channels,Command And Control,APT41|OilRig|Lazarus Group
T1007,System Service Discovery,Discovery,BRONZE BUTLER|APT1|OilRig|Poseidon Group|admin@338|Turla|Ke3chang
T1006,Direct Volume Access,Defense Evasion,no
-T1005,Data from Local System,Collection,UNC2452|FIN6|Gamaredon Group|APT39|Frankenstein|Inception|Kimsuky|Soft Cell|Turla|menuPass|Dark Caracal|Dragonfly 2.0|Honeybee|APT28|APT37|APT3|BRONZE BUTLER|Patchwork|Stealth Falcon|Lazarus Group|Dust Storm|Threat Group-3390|APT1|Ke3chang
+T1005,Data from Local System,Collection,Gamaredon Group|APT39|Frankenstein|Inception|Kimsuky|Soft Cell|Turla|menuPass|Dark Caracal|Dragonfly 2.0|Honeybee|APT37|APT28|APT3|BRONZE BUTLER|Patchwork|Stealth Falcon|Lazarus Group|Dust Storm|Threat Group-3390|APT1|Ke3chang
T1003,OS Credential Dumping,Credential Access,APT39|Frankenstein|APT32|APT28|Leviathan|Sowbug|Suckfly|Poseidon Group|Axiom
T1001,Data Obfuscation,Command And Control,Axiom
diff --git a/docs/detections.md b/docs/detections.md
index 683842d002..26234bbc52 100644
--- a/docs/detections.md
+++ b/docs/detections.md
@@ -47,6 +47,26 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [AWS IAM AccessDenied Discovery Events](#aws-iam-accessdenied-discovery-events)
+
+
+
+- [AWS IAM Assume Role Policy Brute Force](#aws-iam-assume-role-policy-brute-force)
+
+
+
+- [AWS IAM Delete Policy](#aws-iam-delete-policy)
+
+
+
+- [AWS IAM Failure Group Deletion](#aws-iam-failure-group-deletion)
+
+
+
+- [AWS IAM Successful Group Deletion](#aws-iam-successful-group-deletion)
+
+
+
- [AWS Network Access Control List Created with All Open Ports](#aws-network-access-control-list-created-with-all-open-ports)
@@ -144,8 +164,6 @@ All the detections shipped to different Splunk products. Below is a breakdown by
-
-
@@ -250,6 +268,8 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
@@ -508,6 +528,10 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
@@ -531,6 +555,8 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
- [High Number of Login Failures from a single source](#high-number-of-login-failures-from-a-single-source)
@@ -928,6 +954,34 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1019,6 +1073,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -1062,10 +1126,6 @@ All the detections shipped to different Splunk products. Below is a breakdown by
-- [Attempt To Set Default PowerShell Execution Policy To Unrestricted or Bypass](#attempt-to-set-default-powershell-execution-policy-to-unrestricted-or-bypass)
-
-
-
- [Attempt To Stop Security Service](#attempt-to-stop-security-service)
@@ -1234,6 +1294,10 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [DLLHost with no Command Line Arguments with Network](#dllhost-with-no-command-line-arguments-with-network)
+
+
+
@@ -1358,9 +1422,9 @@ All the detections shipped to different Splunk products. Below is a breakdown by
-- [Detect Oulook exe writing a zip file](#detect-oulook-exe-writing-a--zip-file)
+- [Detect Outlook exe writing a zip file](#detect-outlook-exe-writing-a-zip-file)
@@ -1582,6 +1646,14 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [Excel Spawning PowerShell](#excel-spawning-powershell)
+
+
+
+- [Excel Spawning Windows Script Host](#excel-spawning-windows-script-host)
+
+
+
@@ -1626,6 +1698,10 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [GPUpdate with no Command Line Arguments with Network](#gpupdate-with-no-command-line-arguments-with-network)
+
+
+
- [Hiding Files And Directories With Attrib exe](#hiding-files-and-directories-with-attrib-exe)
@@ -1805,6 +1881,26 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+- [Office Application Spawn rundll32 process](#office-application-spawn-rundll32-process)
+
+
+
+- [Office Document Creating Schedule Task](#office-document-creating-schedule-task)
+
+
+
+- [Office Document Executing Macro Code](#office-document-executing-macro-code)
+
+
+
+- [Office Document Spawned Child Process To Download](#office-document-spawned-child-process-to-download)
+
+
+
+- [Office Product Spawning Rundll32 with no DLL](#office-product-spawning-rundll32-with-no-dll)
@@ -1866,8 +1962,6 @@ All the detections shipped to different Splunk products. Below is a breakdown by
-- [Rare Parent-Child Process Relationship](#rare-parent-child-process-relationship)
-
- [Reconnaissance and Access to Accounts Groups and Policies via PowerSploit modules](#reconnaissance-and-access-to-accounts-groups-and-policies-via-powersploit-modules)
@@ -1972,6 +2066,10 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [Rundll32 with no Command Line Arguments with Network](#rundll32-with-no-command-line-arguments-with-network)
+
+
+
- [Ryuk Test Files Detected](#ryuk-test-files-detected)
@@ -2012,6 +2110,14 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [SearchProtocolHost with no Command Line with Network](#searchprotocolhost-with-no-command-line-with-network)
+
+
+
+- [Set Default PowerShell Execution Policy To Unrestricted or Bypass](#set-default-powershell-execution-policy-to-unrestricted-or-bypass)
+
+
+
- [Setting Credentials via DSInternals modules](#setting-credentials-via-dsinternals-modules)
@@ -2024,6 +2130,10 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [Shedule Task with HTTP Command Arguments](#shedule-task-with-http-command-arguments)
+
+
+
- [Shim Database File Creation](#shim-database-file-creation)
@@ -2232,6 +2342,14 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [WinEvent Scheduled Task Created Within Public Path](#winevent-scheduled-task-created-within-public-path)
+
+
+
+- [WinEvent Scheduled Task Created to Spawn Shell](#winevent-scheduled-task-created-to-spawn-shell)
+
+
+
- [Windows AdFind Exe](#windows-adfind-exe)
@@ -2252,6 +2370,18 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+- [Winword Spawning Cmd](#winword-spawning-cmd)
+
+
+
+- [Winword Spawning PowerShell](#winword-spawning-powershell)
+
+
+
+- [Winword Spawning Windows Script Host](#winword-spawning-windows-script-host)
+
+
+
@@ -2428,6 +2558,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -2530,8 +2670,6 @@ All the detections shipped to different Splunk products. Below is a breakdown by
-
-
@@ -2543,6 +2681,8 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
- [Detect Port Security Violation](#detect-port-security-violation)
@@ -2696,6 +2836,10 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
@@ -2740,6 +2884,8 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
@@ -2890,6 +3036,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -2982,6 +3138,8 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
- [SMB Traffic Spike](#smb-traffic-spike)
@@ -3088,6 +3246,12 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
@@ -3151,6 +3315,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -3403,6 +3577,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -3691,6 +3875,12 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
@@ -3735,6 +3925,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -3899,6 +4099,14 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
@@ -4022,6 +4230,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -4246,6 +4464,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -4564,6 +4792,12 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
@@ -4704,6 +4938,18 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4750,6 +4996,12 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
@@ -4877,6 +5129,16 @@ All the detections shipped to different Splunk products. Below is a breakdown by
+
+
+
+
+
+
+
+
+
+
@@ -5243,11 +5505,13 @@ While this search has no known false positives, it is possible that an AWS admin
#### Reference
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_create_policy_version/aws_cloudtrail_events.json
@@ -5317,11 +5581,13 @@ While this search has no known false positives, it is possible that an AWS admin
#### Reference
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_createaccesskey/aws_cloudtrail_events.json
@@ -5395,11 +5661,13 @@ While this search has no known false positives, it is possible that an AWS admin
#### Reference
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_createloginprofile/aws_cloudtrail_events.json
@@ -5549,6 +5817,7 @@ unknown
#### Reference
+
* https://rhinosecuritylabs.com/aws/s3-ransomware-part-1-attack-vector/
* https://github.com/d1vious/git-wild-hunt
@@ -5556,6 +5825,7 @@ unknown
* https://www.youtube.com/watch?v=PgzNib37g0M
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1486/aws_kms_key/aws_cloudtrail_events.json
@@ -5629,6 +5899,7 @@ bucket with S3 encryption
#### Reference
+
* https://rhinosecuritylabs.com/aws/s3-ransomware-part-1-attack-vector/
* https://github.com/d1vious/git-wild-hunt
@@ -5636,6 +5907,7 @@ bucket with S3 encryption
* https://www.youtube.com/watch?v=PgzNib37g0M
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1486/s3_file_encryption/aws_cloudtrail_events.json
@@ -5759,14 +6031,398 @@ While this search has no known false positives.
#### Reference
+
* https://github.com/aquasecurity/cloudsploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1526/aws_security_scanner/aws_security_scanner.json
+_version_: 1
+
+
+---
+
+### AWS IAM AccessDenied Discovery Events
+The following detection identifies excessive AccessDenied events within an hour timeframe. It is possible that an access key to AWS may have been stolen and is being misused to perform discovery events. In these instances, the access is not available with the key stolen therefore these events will be generated.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+- **Datamodel**:
+- **ATT&CK**: [T1580](https://attack.mitre.org/techniques/T1580/)
+- **Last Updated**: 2021-04-05
+
+
+ details
+
+#### Search
+```
+`cloudtrail` (errorCode = "AccessDenied") user_type=IAMUser (userAgent!=*.amazonaws.com)
+| bucket _time span=1h
+| stats count as failures min(_time) as firstTime max(_time) as lastTime, dc(eventName) as methods, dc(eventSource) as sources values(userIdentity.arn) by src_ip, userIdentity.arn, _time
+| where failures >= 5 and methods >= 1 and sources >= 1
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_accessdenied_discovery_events_filter`
+```
+#### Associated Analytic Story
+
+* Suspicious Cloud User Activities
+
+
+#### How To Implement
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+#### Required field
+
+* _time
+
+* eventName
+
+* eventSource
+
+* userAgent
+
+* errorCode
+
+* userIdentity.type
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1580 | Cloud Infrastructure Discovery | Discovery |
+
+
+#### Kill Chain Phase
+
+* Reconnaissance
+
+
+#### Known False Positives
+It is possible to start this detection will need to be tuned by source IP or user. In addition, change the count values to an upper threshold to restrict false positives.
+
+#### Reference
+
+
+* https://aws.amazon.com/premiumsupport/knowledge-center/troubleshoot-iam-permission-errors/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1580/aws_iam_accessdenied_discovery_events/aws_iam_accessdenied_discovery_events.json
+
+
+_version_: 1
+
+
+---
+
+### AWS IAM Assume Role Policy Brute Force
+The following detection identifies any malformed policy document exceptions with a status of `failure`. A malformed policy document exception occurs in instances where roles are attempted to be assumed, or brute forced. In a brute force attempt, using a tool like CloudSploit or Pacu, an attempt will look like `arn:aws:iam::111111111111:role/aws-service-role/rds.amazonaws.com/AWSServiceRoleForRDS`. Meaning, when an adversary is attempting to identify a role name, multiple failures will occur. This detection focuses on the errors of a remote attempt that is failing.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+- **Datamodel**:
+- **ATT&CK**: [T1580](https://attack.mitre.org/techniques/T1580/), [T1110](https://attack.mitre.org/techniques/T1110/)
+- **Last Updated**: 2021-04-01
+
+
+ details
+
+#### Search
+```
+`cloudtrail` (errorCode=MalformedPolicyDocumentException) status=failure (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.policyName) as policy_name by src eventName eventSource aws_account_id errorCode requestParameters.policyDocument userAgent eventID awsRegion userIdentity.principalId user_arn
+| where count >= 2
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_assume_role_policy_brute_force_filter`
+```
+#### Associated Analytic Story
+
+* AWS IAM Privilege Escalation
+
+
+#### How To Implement
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs. Set the `where count` greater than a value to identify suspicious activity in your environment.
+
+#### Required field
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.policyName
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1580 | Cloud Infrastructure Discovery | Discovery |
+| T1110 | Brute Force | Credential Access |
+
+
+#### Kill Chain Phase
+
+* Reconnaissance
+
+
+#### Known False Positives
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users.
+
+#### Reference
+
+
+* https://www.praetorian.com/blog/aws-iam-assume-role-vulnerabilities
+
+* https://rhinosecuritylabs.com/aws/assume-worst-aws-assume-role-enumeration/
+
+* https://www.elastic.co/guide/en/security/current/aws-iam-brute-force-of-assume-role-policy.html
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1580/aws_iam_assume_role_policy_brute_force/aws_iam_assume_role_policy_brute_force.json
+
+
+_version_: 1
+
+
+---
+
+### AWS IAM Delete Policy
+The following detection identifes when a policy is deleted on AWS. This does not identify whether successful or failed, but the error messages tell a story of suspicious attempts. There is a specific process to follow when deleting a policy. First, detach the policy from all users, groups, and roles that the policy is attached to, using DetachUserPolicy , DetachGroupPolicy , or DetachRolePolicy.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+- **Datamodel**:
+- **ATT&CK**: [T1098](https://attack.mitre.org/techniques/T1098/)
+- **Last Updated**: 2021-04-01
+
+
+ details
+
+#### Search
+```
+`cloudtrail` eventName=DeletePolicy (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.policyArn) as policyArn by src eventName eventSource aws_account_id errorCode errorMessage userAgent eventID awsRegion userIdentity.principalId userIdentity.arn
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_delete_policy_filter`
+```
+#### Associated Analytic Story
+
+* AWS IAM Privilege Escalation
+
+
+#### How To Implement
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+#### Required field
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.policyArn
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1098 | Account Manipulation | Persistence |
+
+
+#### Kill Chain Phase
+
+* Actions on Objectives
+
+
+#### Known False Positives
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete policies (least privilege). In addition, this may be saved seperately and tuned for failed or success attempts only.
+
+#### Reference
+
+
+* https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicy.html
+
+* https://docs.aws.amazon.com/cli/latest/reference/iam/delete-policy.html
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/aws_iam_delete_policy/aws_iam_delete_policy.json
+
+
+_version_: 1
+
+
+---
+
+### AWS IAM Failure Group Deletion
+This detection identifies failure attempts to delete groups. We want to identify when a group is attempting to be deleted, but either access is denied, there is a conflict or there is no group. This is indicative of administrators performing an action, but also could be suspicious behavior occurring. Review parallel IAM events - recently added users, new groups and so forth.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+- **Datamodel**:
+- **ATT&CK**: [T1098](https://attack.mitre.org/techniques/T1098/)
+- **Last Updated**: 2021-04-01
+
+
+ details
+
+#### Search
+```
+`cloudtrail` eventSource=iam.amazonaws.com eventName=DeleteGroup errorCode IN (NoSuchEntityException,DeleteConflictException, AccessDenied) (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.groupName) as group_name by src eventName eventSource aws_account_id errorCode errorMessage userAgent eventID awsRegion userIdentity.principalId user_arn
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_failure_group_deletion_filter`
+```
+#### Associated Analytic Story
+
+* AWS IAM Privilege Escalation
+
+
+#### How To Implement
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+#### Required field
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.groupName
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1098 | Account Manipulation | Persistence |
+
+
+#### Kill Chain Phase
+
+* Actions on Objectives
+
+
+#### Known False Positives
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+
+#### Reference
+
+
+* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/delete-group.html
+
+* https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/aws_iam_failure_group_deletion/aws_iam_failure_group_deletion.json
+
+
+_version_: 1
+
+
+---
+
+### AWS IAM Successful Group Deletion
+The following query uses IAM events to track the success of a group being deleted on AWS. This is typically not indicative of malicious behavior, but a precurser to additional events thay may unfold. Review parallel IAM events - recently added users, new groups and so forth. Inversely, review failed attempts in a similar manner.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+- **Datamodel**:
+- **ATT&CK**: [T1069.003](https://attack.mitre.org/techniques/T1069.003/), [T1098](https://attack.mitre.org/techniques/T1098/)
+- **Last Updated**: 2021-03-31
+
+
+ details
+
+#### Search
+```
+`cloudtrail` eventSource=iam.amazonaws.com eventName=DeleteGroup errorCode=success (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.groupName) by src eventName eventSource errorCode user_agent awsRegion userIdentity.principalId user_arn
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_successful_group_deletion_filter`
+```
+#### Associated Analytic Story
+
+* AWS IAM Privilege Escalation
+
+
+#### How To Implement
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+#### Required field
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.groupName
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1069.003 | Cloud Groups | Discovery |
+| T1098 | Account Manipulation | Persistence |
+
+
+#### Kill Chain Phase
+
+* Actions on Objectives
+
+
+#### Known False Positives
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+
+#### Reference
+
+
+* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/delete-group.html
+
+* https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/aws_iam_successful_group_deletion/aws_iam_successful_group_deletion.json
+
+
_version_: 1
@@ -5995,6 +6651,7 @@ Attacks using a Golden SAML or SAML assertion hijacks or forgeries are very diff
#### Reference
+
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
* https://www.splunk.com/en_us/blog/security/a-golden-saml-journey-solarwinds-continued.html
@@ -6004,6 +6661,7 @@ Attacks using a Golden SAML or SAML assertion hijacks or forgeries are very diff
* https://www.cyberark.com/resources/threat-research-blog/golden-saml-newly-discovered-attack-technique-forges-authentication-to-cloud-apps
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/assume_role_with_saml/assume_role_with_saml.json
@@ -6076,6 +6734,7 @@ Updating a SAML provider or creating a new one may not necessarily be malicious
#### Reference
+
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
* https://www.splunk.com/en_us/blog/security/a-golden-saml-journey-solarwinds-continued.html
@@ -6085,6 +6744,7 @@ Updating a SAML provider or creating a new one may not necessarily be malicious
* https://www.cyberark.com/resources/threat-research-blog/golden-saml-newly-discovered-attack-technique-forges-authentication-to-cloud-apps
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/update_saml_provider/update_saml_provider.json
@@ -6155,11 +6815,13 @@ While this search has no known false positives, it is possible that an AWS admin
#### Reference
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_setdefaultpolicyversion/aws_cloudtrail_events.json
@@ -6229,11 +6891,13 @@ While this search has no known false positives, it is possible that an AWS admin
#### Reference
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_updateloginprofile/aws_cloudtrail_events.json
@@ -6907,9 +7571,11 @@ Administrators can create memory dumps for debugging purposes, but memory dumps
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -7151,6 +7817,7 @@ False positives may be present and filtering will need to occur by parent proces
#### Reference
+
* https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadfile?view=net-5.0
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
@@ -7158,6 +7825,7 @@ False positives may be present and filtering will need to occur by parent proces
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1059.001/T1059.001.md
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -7239,6 +7907,7 @@ False positives may be present and filtering will need to occur by parent proces
#### Reference
+
* https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadstring?view=net-5.0
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
@@ -7246,6 +7915,7 @@ False positives may be present and filtering will need to occur by parent proces
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1059.001/T1059.001.md
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -7325,11 +7995,13 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
* https://adsecurity.org/?p=1275
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1555/applying_stolen_credentials/logAllMimikatzModules.log
@@ -7409,9 +8081,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1555/applying_stolen_credentials/logAllPowerSploitModulesWithOldNames.log
@@ -7486,9 +8160,11 @@ None identified.
#### Reference
+
* https://github.com/MichaelGrafnetter/DSInternals
+
#### Test Dataset
@@ -7564,82 +8240,6 @@ There may be legitimate reasons for administrators to add a certificate to the u
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1553.004/atomic_red_team/windows-sysmon.log
-_version_: 6
-
-
----
-
-### Attempt To Set Default PowerShell Execution Policy To Unrestricted or Bypass
-Monitor for changes of the ExecutionPolicy in the registry to the values "unrestricted" or "bypass," which allows the execution of malicious scripts.
-
-- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
-- **Datamodel**: Endpoint
-- **ATT&CK**: [T1059.001](https://attack.mitre.org/techniques/T1059.001/)
-- **Last Updated**: 2020-11-06
-
-
- details
-
-#### Search
-```
-
-| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Registry where Registry.registry_path=*Software\\Microsoft\\Powershell\\1\\ShellIds\\Microsoft.PowerShell* Registry.registry_key_name=ExecutionPolicy (Registry.registry_value_name=Unrestricted OR Registry.registry_value_name=Bypass) by Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.dest
-| `drop_dm_object_name(Registry)`
-| `security_content_ctime(firstTime)`
-|`security_content_ctime(lastTime)`
-| `attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass_filter`
-```
-#### Associated Analytic Story
-
-* Malicious PowerShell
-
-* Credential Dumping
-
-* HAFNIUM Group
-
-
-#### How To Implement
-You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Registry node. You must also be ingesting logs with the fields registry_path, registry_key_name, and registry_value_name from your endpoints.
-
-#### Required field
-
-* _time
-
-* Registry.registry_path
-
-* Registry.registry_key_name
-
-* Registry.registry_value_name
-
-* Registry.dest
-
-
-
-#### ATT&CK
-
-| ID | Technique | Tactic |
-| ----------- | ----------- |--------------|
-| T1059.001 | PowerShell | Execution |
-
-
-#### Kill Chain Phase
-
-* Installation
-
-* Actions on Objectives
-
-
-#### Known False Positives
-Administrators may attempt to change the default execution policy on a system for a variety of reasons. However, setting the policy to "unrestricted" or "bypass" as this search is designed to identify, would be unusual. Hits should be reviewed and investigated as appropriate.
-
-#### Reference
-
-
-#### Test Dataset
-
-* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/powershell_execution_policy/windows-sysmon.log
-
-
_version_: 6
@@ -7848,9 +8448,11 @@ None identified.
#### Reference
+
* https://github.com/splunk/security_content/blob/55a17c65f9f56c2220000b62701765422b46125d/detections/attempted_credential_dump_from_registry_via_reg_exe.yml
+
#### Test Dataset
@@ -7922,9 +8524,11 @@ Administrators may modify the boot configuration.
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md#atomic-test-4---windows---disable-windows-recovery-console-repair
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1490/atomic_red_team/windows-sysmon.log
@@ -7996,6 +8600,7 @@ Limited false positives will be present. Typically, applications will use `BitsA
#### Reference
+
* https://attack.mitre.org/techniques/T1197/
* https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/bitsadmin
@@ -8005,6 +8610,7 @@ Limited false positives will be present. Typically, applications will use `BitsA
* https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1197/atomic_red_team/windows-sysmon.log
@@ -8079,6 +8685,7 @@ Limited false positives, however it may be required to filter based on parent pr
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/8eb52117b748d378325f7719554a896e37bccec7/atomics/T1105/T1105.md#atomic-test-9---windows---bitsadmin-bits-download
* https://github.com/redcanaryco/atomic-red-team/blob/bc705cb7aaa5f26f2d96585fac8e4c7052df0ff9/atomics/T1197/T1197.md
@@ -8088,6 +8695,7 @@ Limited false positives, however it may be required to filter based on parent pr
* https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1197/atomic_red_team/windows-sysmon.log
@@ -8231,6 +8839,7 @@ Limited false positives in most environments, however tune as needed based on pa
#### Reference
+
* https://attack.mitre.org/techniques/T1105/
* https://www.avira.com/en/blog/certutil-abused-by-attackers-to-spread-threats
@@ -8238,6 +8847,7 @@ Limited false positives in most environments, however tune as needed based on pa
* https://www.fireeye.com/blog/threat-research/2019/10/certutil-qualms-they-came-to-drop-fombs.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1105/atomic_red_team/windows-sysmon.log
@@ -8309,6 +8919,7 @@ Limited false positives in most environments, however tune as needed based on pa
#### Reference
+
* https://attack.mitre.org/techniques/T1105/
* https://www.hexacorn.com/blog/2020/08/23/certutil-one-more-gui-lolbin/
@@ -8318,6 +8929,7 @@ Limited false positives in most environments, however tune as needed based on pa
* https://www.avira.com/en/blog/certutil-abused-by-attackers-to-spread-threats
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1105/atomic_red_team/windows-sysmon.log
@@ -8389,6 +9001,7 @@ Typically seen used to `encode` files, but it is possible to see legitimate use
#### Reference
+
* https://attack.mitre.org/techniques/T1140/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1140/T1140.md
@@ -8398,6 +9011,7 @@ Typically seen used to `encode` files, but it is possible to see legitimate use
* https://www.bleepingcomputer.com/news/security/certutilexe-could-allow-attackers-to-download-malware-while-bypassing-av/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1140/atomic_red_team/windows-sysmon.log
@@ -8684,11 +9298,13 @@ Operators can execute third party tools using these parameters.
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_b/windows-sysmon.log
@@ -8761,11 +9377,13 @@ unknown
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-system.log
@@ -9667,6 +10285,7 @@ The idea of using named pipes with Cobalt Strike is to blend in. Therefore, some
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://docs.microsoft.com/en-us/windows/win32/ipc/named-pipes
@@ -9678,6 +10297,7 @@ The idea of using named pipes with Cobalt Strike is to blend in. Therefore, some
* https://gist.github.com/MHaggis/6c600e524045a6d49c35291a21e10752
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -9910,9 +10530,11 @@ Other tools can access LSASS for legitimate reasons and generate an event. In th
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -9984,11 +10606,13 @@ unknown
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-system.log
@@ -10137,9 +10761,11 @@ Administrators often leverage net.exe to create or delete network shares. You sh
#### Reference
+
* https://attack.mitre.org/techniques/T1070/005
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1070.005/atomic_red_team/windows-sysmon.log
@@ -10215,9 +10841,11 @@ Legitimate administrator usage of Vssadmin or Wmic will create false positives.
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -10287,9 +10915,11 @@ Legtimate administrator usage of wmic to create a shadow copy.
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -10361,6 +10991,7 @@ Administrators can create memory dumps for debugging purposes, but memory dumps
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.001/T1003.001.md#atomic-test-5---dump-lsassexe-memory-using-windows-task-manager
* https://attack.mitre.org/techniques/T1003/001/
@@ -10368,6 +10999,7 @@ Administrators can create memory dumps for debugging purposes, but memory dumps
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -10443,9 +11075,11 @@ unknown
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -10521,9 +11155,11 @@ unknown
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -10826,9 +11462,11 @@ None identified.
#### Reference
+
* https://github.com/MichaelGrafnetter/DSInternals
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllDSInternalsModules.log
@@ -10906,9 +11544,11 @@ None identified.
#### Reference
+
* https://github.com/MichaelGrafnetter/DSInternals
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllDSInternalsModules.log
@@ -10980,9 +11620,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllMimikatzModules.log
@@ -11054,9 +11696,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllPowerSploitModulesWithOldNames.log
@@ -11132,9 +11776,11 @@ Although unlikely, using debuggers this way may be indicative of developers anal
#### Reference
+
* https://medium.com/@clermont1050/covid-19-cyber-infection-c615ead7c29
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logLiveKDFullKernelDump.log
@@ -11287,6 +11933,92 @@ None identified.
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logPowerShellModule.log
+_version_: 1
+
+
+---
+
+### DLLHost with no Command Line Arguments with Network
+The following analytic identifies DLLHost.exe with no command line arguments with a network connection. It is unusual for DLLHost.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, triage any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. DLLHost.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1055](https://attack.mitre.org/techniques/T1055/)
+- **Last Updated**: 2021-04-19
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=dllhost.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(dllhost\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `dllhost_with_no_command_line_arguments_with_network_filter`
+```
+#### Associated Analytic Story
+
+* Cobalt Strike
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `port` node.
+
+#### Required field
+
+* _time
+
+* EventID
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1055 | Process Injection | Defense Evasion, Privilege Escalation |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+Although unlikely, some legitimate third party applications may use a moved copy of dllhost, triggering a false positive.
+
+#### Reference
+
+
+* https://raw.githubusercontent.com/threatexpress/malleable-c2/c3385e481159a759f79b8acfe11acf240893b830/jquery-c2.4.2.profile
+
+* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon_dllhost.log
+
+
_version_: 1
@@ -11671,6 +12403,7 @@ Limited false positives. If there is a true false positive, filter based on comm
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1482/T1482.md
* http://www.harmj0y.net/blog/redteaming/a-guide-to-attacking-domain-trusts/
@@ -11680,6 +12413,7 @@ Limited false positives. If there is a true false positive, filter based on comm
* https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc754232(v=ws.11)
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1482/atomic_red_team/windows-sysmon.log
@@ -12428,9 +13162,11 @@ unknown
#### Reference
+
* https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
+
#### Test Dataset
@@ -12491,9 +13227,11 @@ If sudoedit is throwing segfaults for other reasons this will pick those up too.
#### Reference
+
* https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
+
#### Test Dataset
@@ -12552,9 +13290,11 @@ unknown
#### Reference
+
* https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
+
#### Test Dataset
@@ -12621,9 +13361,11 @@ None thus far found
#### Reference
+
* https://www.lares.com/blog/from-lares-labs-defensive-guidance-for-zerologon-cve-2020-1472/
+
#### Test Dataset
@@ -12858,9 +13600,11 @@ None identified.
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
@@ -13080,9 +13824,11 @@ The query is structured in a way that `action` (read, create) is not defined. Re
#### Reference
+
* https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Sample%20Data/Feeds/MSTICIoCs-ExchangeServerVulnerabilitiesDisclosedMarch2021.csv
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon_proxylogon.log
@@ -13142,6 +13888,7 @@ unknown
#### Reference
+
* https://www.ptsecurity.com/ww-en/about/news/f5-fixes-critical-vulnerability-discovered-by-positive-technologies-in-big-ip-application-delivery-controller/
* https://support.f5.com/csp/article/K52145254
@@ -13149,6 +13896,7 @@ unknown
* https://blog.cloudflare.com/cve-2020-5902-helping-to-protect-against-the-f5-tmui-rce-vulnerability/
+
#### Test Dataset
@@ -13307,6 +14055,7 @@ Although unlikely a renamed instance of hh.exe will be used legitimately, filter
#### Reference
+
* https://attack.mitre.org/techniques/T1218/001/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
@@ -13314,6 +14063,7 @@ Although unlikely a renamed instance of hh.exe will be used legitimately, filter
* https://lolbas-project.github.io/lolbas/Binaries/Hh/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -13391,6 +14141,7 @@ Although unlikely, some legitimate applications (ex. web browsers) may spawn a c
#### Reference
+
* https://attack.mitre.org/techniques/T1218/001/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
@@ -13402,6 +14153,7 @@ Although unlikely, some legitimate applications (ex. web browsers) may spawn a c
* https://cyberforensicator.com/2019/01/20/silence-dissecting-malicious-chm-files-and-performing-forensic-analysis/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -13477,6 +14229,7 @@ Although unlikely, some legitimate applications may retrieve a CHM remotely, fil
#### Reference
+
* https://attack.mitre.org/techniques/T1218/001/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
@@ -13490,6 +14243,7 @@ Although unlikely, some legitimate applications may retrieve a CHM remotely, fil
* https://cyberforensicator.com/2019/01/20/silence-dissecting-malicious-chm-files-and-performing-forensic-analysis/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -13563,6 +14317,7 @@ It is rare to see instances of InfoTech Storage Handlers being used, but it does
#### Reference
+
* https://attack.mitre.org/techniques/T1218/001/
* https://www.kb.cert.org/vuls/id/851869
@@ -13576,6 +14331,7 @@ It is rare to see instances of InfoTech Storage Handlers being used, but it does
* https://cyberforensicator.com/2019/01/20/silence-dissecting-malicious-chm-files-and-performing-forensic-analysis/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -13665,6 +14421,7 @@ None currently known
#### Reference
+
* https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/BRKSEC-3200.pdf
* https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-16-12/ip6f-xe-16-12-book/ip6-ra-guard.html
@@ -13682,6 +14439,7 @@ None currently known
* https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-16-12/ip6f-xe-16-12-book/ipv6-dest-guard.html
+
#### Test Dataset
@@ -13754,9 +14512,11 @@ Older systems that support kerberos RC4 by default NetApp may generate false pos
#### Reference
+
* Initial ESCU implementation by Jose Hernandez and Patrick Bareiss
+
#### Test Dataset
@@ -13977,6 +14737,7 @@ It is possible legitimate applications may perform this behavior and will need t
#### Reference
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
@@ -13984,6 +14745,7 @@ It is possible legitimate applications may perform this behavior and will need t
* https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-extidx-prot-implementing
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -14060,9 +14822,11 @@ Other tools can import the same DLLs. These tools should be part of a whitelist.
#### Reference
+
* https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -14541,91 +15305,6 @@ _version_: 2
---
-### Detect Oulook exe writing a zip file
-This search looks for execution of process `outlook.exe` where the process is writing a `.zip` file to the disk.
-
-- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
-- **Datamodel**:
-- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
-- **Last Updated**: 2020-07-21
-
-
- details
-
-#### Search
-```
-
-| tstats `security_content_summariesonly` min(_time) as firstTime max(_time) as lastTime FROM datamodel=Endpoint.Processes where Processes.process_name=outlook.exe OR Processes.process_name=explorer.exe by _time span=5m Processes.parent_process_id Processes.process_id Processes.dest Processes.process_name Processes.parent_process_name Processes.user
-| `drop_dm_object_name(Processes)`
-| `security_content_ctime(firstTime)`
-| `security_content_ctime(lastTime)`
-| rename process_id as malicious_id
-| rename parent_process_id as outlook_id
-| join malicious_id type=inner[
-| tstats `security_content_summariesonly` count values(Filesystem.file_path) as file_path values(Filesystem.file_name) as file_name FROM datamodel=Endpoint.Filesystem where (Filesystem.file_path=*zip* OR Filesystem.file_name=*.lnk ) AND (Filesystem.file_path=C:\\Users* OR Filesystem.file_path=*Local\\Temp*) by _time span=5m Filesystem.process_id Filesystem.file_hash Filesystem.dest
-| `drop_dm_object_name(Filesystem)`
-| `security_content_ctime(firstTime)`
-| `security_content_ctime(lastTime)`
-| rename process_id as malicious_id
-| fields malicious_id outlook_id dest file_path file_name file_hash count file_id]
-| table firstTime lastTime user malicious_id outlook_id process_name parent_process_name file_name file_path
-| where file_name != ""
-| `detect_oulook_exe_writing_a__zip_file_filter`
-```
-#### Associated Analytic Story
-
-* Phishing Payloads
-
-
-#### How To Implement
-You must be ingesting data that records filesystem and process activity from your hosts to populate the Endpoint data model. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon.
-
-#### Required field
-
-* _time
-
-* Processes.process_name
-
-* Processes.parent_process_id
-
-* Processes.process_id
-
-* Processes.dest
-
-* Processes.parent_process_name
-
-* Processes.user
-
-
-
-#### ATT&CK
-
-| ID | Technique | Tactic |
-| ----------- | ----------- |--------------|
-| T1566.001 | Spearphishing Attachment | Initial Access |
-
-
-#### Kill Chain Phase
-
-* Installation
-
-* Actions on Objectives
-
-
-#### Known False Positives
-It is not uncommon for outlook to write legitimate zip files to the disk.
-
-#### Reference
-
-
-#### Test Dataset
-
-
-_version_: 3
-
-
----
-
### Detect Outbound SMB Traffic
This search looks for outbound SMB connections made by hosts within your network to the Internet. SMB traffic is used for Windows file-sharing activity. One of the techniques often used by attackers involves retrieving the credential hash using an SMB request made to a compromised server controlled by the threat actor.
@@ -14701,6 +15380,91 @@ It is likely that the outbound Server Message Block (SMB) traffic is legitimate,
#### Test Dataset
+_version_: 3
+
+
+---
+
+### Detect Outlook exe writing a zip file
+This search looks for execution of process `outlook.exe` where the process is writing a `.zip` file to the disk.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**:
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2020-07-21
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` min(_time) as firstTime max(_time) as lastTime FROM datamodel=Endpoint.Processes where Processes.process_name=outlook.exe OR Processes.process_name=explorer.exe by _time span=5m Processes.parent_process_id Processes.process_id Processes.dest Processes.process_name Processes.parent_process_name Processes.user
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| rename process_id as malicious_id
+| rename parent_process_id as outlook_id
+| join malicious_id type=inner[
+| tstats `security_content_summariesonly` count values(Filesystem.file_path) as file_path values(Filesystem.file_name) as file_name FROM datamodel=Endpoint.Filesystem where (Filesystem.file_path=*zip* OR Filesystem.file_name=*.lnk ) AND (Filesystem.file_path=C:\\Users* OR Filesystem.file_path=*Local\\Temp*) by _time span=5m Filesystem.process_id Filesystem.file_hash Filesystem.dest
+| `drop_dm_object_name(Filesystem)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| rename process_id as malicious_id
+| fields malicious_id outlook_id dest file_path file_name file_hash count file_id]
+| table firstTime lastTime user malicious_id outlook_id process_name parent_process_name file_name file_path
+| where file_name != ""
+| `detect_outlook_exe_writing_a_zip_file_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+You must be ingesting data that records filesystem and process activity from your hosts to populate the Endpoint data model. This is typically populated via endpoint detection-and-response product, such as Carbon Black, or endpoint data sources, such as Sysmon.
+
+#### Required field
+
+* _time
+
+* Processes.process_name
+
+* Processes.parent_process_id
+
+* Processes.process_id
+
+* Processes.dest
+
+* Processes.parent_process_name
+
+* Processes.user
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Installation
+
+* Actions on Objectives
+
+
+#### Known False Positives
+It is not uncommon for outlook to write legitimate zip files to the disk.
+
+#### Reference
+
+
+#### Test Dataset
+
+
_version_: 3
@@ -14773,9 +15537,11 @@ Legitimate logon activity by authorized NTLM systems may be detected by this sea
#### Reference
+
* Initial ESCU implementation by Bhavin Patel and Patrick Bareiss
+
#### Test Dataset
@@ -14852,9 +15618,11 @@ unknown
#### Reference
+
* https://medium.com/@SumitVerma101/windows-privilege-escalation-part-1-unquoted-service-path-c7a011a8d8ae
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1574.009/atomic_red_team/windows-sysmon.log
@@ -15326,6 +16094,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -15335,6 +16104,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
* https://lolbas-project.github.io/lolbas/Binaries/Regasm/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -15412,6 +16182,7 @@ Although unlikely, limited instances of regasm.exe with a network connection may
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -15419,6 +16190,7 @@ Although unlikely, limited instances of regasm.exe with a network connection may
* https://lolbas-project.github.io/lolbas/Binaries/Regasm/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -15501,6 +16273,7 @@ Although unlikely, limited instances of regasm.exe or may cause a false positive
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -15508,6 +16281,7 @@ Although unlikely, limited instances of regasm.exe or may cause a false positive
* https://lolbas-project.github.io/lolbas/Binaries/Regasm/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -15585,6 +16359,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -15592,6 +16367,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
* https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -15667,6 +16443,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -15674,6 +16451,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
* https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -15758,6 +16536,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
#### Reference
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -15765,6 +16544,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
* https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -15843,6 +16623,7 @@ Limited false positives related to third party software registering .DLL's.
#### Reference
+
* https://attack.mitre.org/techniques/T1218/010/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.010/T1218.010.md
@@ -15852,6 +16633,7 @@ Limited false positives related to third party software registering .DLL's.
* https://support.microsoft.com/en-us/topic/how-to-use-the-regsvr32-tool-and-troubleshoot-regsvr32-error-messages-a98d960a-7392-e6fe-d90a-3f4e0cb543e5
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.010/atomic_red_team/windows-sysmon.log
@@ -15996,6 +16778,7 @@ Although unlikely, some legitimate applications may use advpack.dll or ieadvpack
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -16007,6 +16790,7 @@ Although unlikely, some legitimate applications may use advpack.dll or ieadvpack
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -16076,6 +16860,7 @@ Although unlikely, some legitimate applications may use setupapi triggering a fa
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -16087,6 +16872,7 @@ Although unlikely, some legitimate applications may use setupapi triggering a fa
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -16156,6 +16942,7 @@ Although unlikely, some legitimate applications may use syssetup.dll, triggering
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -16167,6 +16954,7 @@ Although unlikely, some legitimate applications may use syssetup.dll, triggering
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -16242,6 +17030,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
#### Reference
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
@@ -16249,6 +17038,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
* https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-extidx-prot-implementing
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -16400,6 +17190,7 @@ Unknown
#### Reference
+
* https://www.mnemonic.no/blog/introducing-snicat/
* https://github.com/mnemonic-no/SNIcat
@@ -16407,6 +17198,7 @@ Unknown
* https://attack.mitre.org/techniques/T1041/
+
#### Test Dataset
@@ -17344,9 +18136,11 @@ unknown
#### Reference
+
* https://research.checkpoint.com/2020/resolving-your-way-into-domain-admin-exploiting-a-17-year-old-bug-in-windows-dns-servers/
+
#### Test Dataset
@@ -17418,9 +18212,11 @@ unknown
#### Reference
+
* https://research.checkpoint.com/2020/resolving-your-way-into-domain-admin-exploiting-a-17-year-old-bug-in-windows-dns-servers/
+
#### Test Dataset
@@ -17481,6 +18277,7 @@ unknown
#### Reference
+
* https://www.secura.com/blog/zero-logon
* https://github.com/SecuraBV/CVE-2020-1472
@@ -17488,6 +18285,7 @@ unknown
* https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1472
+
#### Test Dataset
@@ -17783,6 +18581,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
#### Reference
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
@@ -17790,6 +18589,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
* https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-extidx-prot-implementing
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -17867,11 +18667,13 @@ Although unlikely, some legitimate applications may use a moved copy of mshta.ex
#### Reference
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -18391,9 +19193,11 @@ admin may disable this application for non technical user.
#### Reference
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18470,9 +19274,11 @@ unknown
#### Reference
+
* https://www.sophos.com/en-us/threat-center/threat-analyses/viruses-and-spyware/W32~Tiotua-P/detailed-analysis.aspx
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18548,9 +19354,11 @@ admin or user may choose to disable this windows features.
#### Reference
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18626,9 +19434,11 @@ admin or user may choose to disable this windows features.
#### Reference
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18704,9 +19514,11 @@ admin may disable this application for non technical user.
#### Reference
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18782,9 +19594,11 @@ admin may disable this application for non technical user.
#### Reference
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18866,9 +19680,11 @@ admin may disable firewall during testing or fixing network problem.
#### Reference
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.htm
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -18944,9 +19760,11 @@ admin may disable this application for non technical user.
#### Reference
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19022,11 +19840,13 @@ admin may disable this application for non technical user.
#### Reference
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
* https://blog.malwarebytes.com/detections/pum-optional-norun/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19176,9 +19996,11 @@ in some cases admin can disable systemrestore on a machine.
#### Reference
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19254,11 +20076,13 @@ admin may disable this application for non technical user.
#### Reference
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
* https://blog.talosintelligence.com/2020/05/threat-roundup-0424-0501.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19336,11 +20160,13 @@ None identified.
#### Reference
+
* https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
* https://twitter.com/SBousseaden/status/1167417096374050817
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -19413,6 +20239,7 @@ None identified.
#### Reference
+
* https://attack.mitre.org/techniques/T1003/001/
* https://docs.microsoft.com/en-us/sysinternals/downloads/procdump
@@ -19420,6 +20247,7 @@ None identified.
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.001/T1003.001.md#atomic-test-2---dump-lsassexe-memory-using-procdump
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -19496,6 +20324,7 @@ None identified.
#### Reference
+
* https://attack.mitre.org/techniques/T1003/001/
* https://docs.microsoft.com/en-us/sysinternals/downloads/procdump
@@ -19503,6 +20332,7 @@ None identified.
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.001/T1003.001.md#atomic-test-2---dump-lsassexe-memory-using-procdump
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -20140,6 +20970,7 @@ Some false positives may be present and will need to be filtered.
#### Reference
+
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1548.002/T1548.002.md
@@ -20149,11 +20980,172 @@ Some false positives may be present and will need to be filtered.
* https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548.002/atomic_red_team/windows-sysmon.log
+_version_: 1
+
+
+---
+
+### Excel Spawning PowerShell
+The following detection identifies Microsoft Excel spawning PowerShell. Typically, this is not common behavior and not default with Excel.exe. Excel.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). PowerShell spawning from Excel.exe is common for a spearphishing attachment and is actively used. Albeit, the command executed will most likely be encoded and captured via another detection. During triage, review parallel processes and identify any files that may have been written.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1003.002](https://attack.mitre.org/techniques/T1003.002/)
+- **Last Updated**: 2021-04-12
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count values(Processes.process) min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="excel.exe" Processes.process_name IN ("powershell.exe", "pwsh.exe") by Processes.parent_process Processes.process_name Processes.user Processes.dest
+| `drop_dm_object_name("Processes")`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `excel_spawning_powershell_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1003.002 | Security Account Manager | Credential Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+False positives should be limited, but if any are present, filter as needed.
+
+#### Reference
+
+
+* https://redcanary.com/threat-detection-report/techniques/powershell/
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Excel Spawning Windows Script Host
+The following detection identifies Microsoft Excel spawning Windows Script Host - `cscript.exe` or `wscript.exe`. Typically, this is not common behavior and not default with Excel.exe. Excel.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). `cscript.exe` or `wscript.exe` default location is `c:\windows\system32\` or c:windows\syswow64`. `cscript.exe` or `wscript.exe` spawning from Excel.exe is common for a spearphishing attachment and is actively used. Albeit, the command-line executed will most likely be obfuscated and captured via another detection. During triage, review parallel processes and identify any files that may have been written. Review the reputation of the remote destination and block accordingly.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1003.002](https://attack.mitre.org/techniques/T1003.002/)
+- **Last Updated**: 2021-04-12
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count values(Processes.process) min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="excel.exe" Processes.process_name IN ("cscript.exe", "wscript.exe") by Processes.parent_process Processes.process_name Processes.user Processes.dest
+| `drop_dm_object_name("Processes")`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `excel_spawning_windows_script_host_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1003.002 | Security Account Manager | Credential Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+False positives should be limited, but if any are present, filter as needed. In some instances, `cscript.exe` is used for legitimate business practices.
+
+#### Reference
+
+
+* https://app.any.run/tasks/8ecfbc29-03d0-421c-a5bf-3905d29192a2/
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
_version_: 1
@@ -20889,6 +21881,7 @@ Limited to no false positives are expected.
#### Reference
+
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1548.002/T1548.002.md
@@ -20898,6 +21891,7 @@ Limited to no false positives are expected.
* https://attack.mitre.org/techniques/T1548/002
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548.002/atomic_red_team/windows-sysmon.log
@@ -20968,6 +21962,7 @@ Accounts with high risk roles should be reduced to the minimum number needed, ho
#### Reference
+
* https://github.com/dxa4481/gcploit
* https://www.youtube.com/watch?v=Ml09R38jpok
@@ -20975,6 +21970,7 @@ Accounts with high risk roles should be reduced to the minimum number needed, ho
* https://cloud.google.com/iam/docs/understanding-roles
+
#### Test Dataset
@@ -21047,11 +22043,13 @@ Payload.request.function.timeout value can possibly be match with other function
#### Reference
+
* https://github.com/dxa4481/gcploit
* https://www.youtube.com/watch?v=Ml09R38jpok
+
#### Test Dataset
@@ -21120,6 +22118,7 @@ High risk permissions are part of any GCP environment, however it is important t
#### Reference
+
* https://github.com/dxa4481/gcploit
* https://www.youtube.com/watch?v=Ml09R38jpok
@@ -21127,6 +22126,7 @@ High risk permissions are part of any GCP environment, however it is important t
* https://cloud.google.com/iam/docs/permissions-reference
+
#### Test Dataset
@@ -21322,6 +22322,92 @@ Not all unauthenticated requests are malicious, but frequency, User Agent and so
#### Test Dataset
+_version_: 1
+
+
+---
+
+### GPUpdate with no Command Line Arguments with Network
+The following analytic identifies gpupdate.exe with no command line arguments and with a network connection. It is unusual for gpupdate.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, triage any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. gpupdate.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1055](https://attack.mitre.org/techniques/T1055/)
+- **Last Updated**: 2021-04-19
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=gpupdate.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(gpupdate\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `gpupdate_with_no_command_line_arguments_with_network_filter`
+```
+#### Associated Analytic Story
+
+* Cobalt Strike
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* EventID
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1055 | Process Injection | Defense Evasion, Privilege Escalation |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+Limited false positives may be present in small environments. Tuning may be required based on parent process.
+
+#### Reference
+
+
+* https://raw.githubusercontent.com/xx0hcd/Malleable-C2-Profiles/0ef8cf4556e26f6d4190c56ba697c2159faa5822/crimeware/trick_ryuk.profile
+
+* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
+
+
_version_: 1
@@ -21464,11 +22550,13 @@ user may delete bunch of pictures or files in a folder.
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -21617,11 +22705,13 @@ admin or user tool that can terminate multiple process.
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -21824,9 +22914,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1021/illegal_access_to_content/logAllPowerSploitModulesWithOldNames.log
@@ -21896,9 +22988,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1585/illegal_account_creation/logAllPowerSploitModulesWithOldNames.log
@@ -21968,9 +23062,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1070/illegal_log_deletion/logAllMimikatzModules.log
@@ -22041,9 +23137,11 @@ None identified.
#### Reference
+
* https://github.com/MichaelGrafnetter/DSInternals
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllDSInternalsModules.log
@@ -22115,9 +23213,11 @@ None identified.
#### Reference
+
* https://github.com/MichaelGrafnetter/DSInternals
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1484/logAllDSInternalsModules.log
@@ -22190,9 +23290,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1484/logAllPowerSploitModulesWithOldNames.log
@@ -22266,9 +23368,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548/logAllPowerSploitModulesWithOldNames.log
@@ -22339,9 +23443,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548/logAllMimikatzModules.log
@@ -22413,9 +23519,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllMimikatzModules.log
@@ -22490,9 +23598,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllPowerSploitModulesWithOldNames.log
@@ -22565,11 +23675,13 @@ Older systems that support kerberos RC4 by default NetApp may generate false pos
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1208/T1208.md
* https://www.trimarcsecurity.com/post/trimarcresearch-detecting-kerberoasting-activity
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1558.003/atomic_red_team/windows-security.log
@@ -24180,6 +25292,7 @@ Creating a hidden powershell service is rare and could key off of those instance
#### Reference
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/dosfuscation-report.pdf
* http://az4n6.blogspot.com/2017/
@@ -24187,6 +25300,7 @@ Creating a hidden powershell service is rare and could key off of those instance
* https://www.danielbohannon.com/blog-1/2017/3/12/powershell-execution-argument-obfuscation-how-it-can-make-detection-easier
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1569.002/atomic_red_team/windows-system.log
@@ -24514,9 +25628,11 @@ Some administrative tasks may involve multiple use of LOLBAS applications in a s
#### Reference
+
* https://github.com/LOLBAS-Project/LOLBAS/tree/master/yml/OSBinaries
+
#### Test Dataset
@@ -24665,6 +25781,7 @@ Administrators may use nltest for troubleshooting purposes, otherwise, rarely us
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1482/T1482.md
* https://malware.news/t/lets-learn-trickbot-implements-network-collector-module-leveraging-cmd-wmi-ldap/19104
@@ -24680,6 +25797,7 @@ Administrators may use nltest for troubleshooting purposes, otherwise, rarely us
* https://thedfirreport.com/2020/10/08/ryuks-return/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1482/atomic_red_team/windows-sysmon.log
@@ -24813,6 +25931,7 @@ Limited false positives may be present. Filter as needed based on initial analys
#### Reference
+
* https://github.com/samratashok/nishang/blob/master/Shells/Invoke-PowerShellTcpOneLine.ps1
* https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/
@@ -24822,6 +25941,7 @@ Limited false positives may be present. Filter as needed based on initial analys
* https://blog.rapid7.com/2021/03/03/rapid7s-insightidr-enables-detection-and-response-to-microsoft-exchange-0-day/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -24964,6 +26084,7 @@ Highly possible Server Administrators will troubleshoot with ntdsutil.exe, gener
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.003/T1003.003.md#atomic-test-3---dump-active-directory-database-with-ntdsutil
* https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc753343(v=ws.11)
@@ -24973,6 +26094,7 @@ Highly possible Server Administrators will troubleshoot with ntdsutil.exe, gener
* https://strontic.github.io/xcyclopedia/library/vss_ps.dll-97B15BDAE9777F454C9A6BA25E938DB3.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -25049,11 +26171,13 @@ The creation of a new Federation is not necessarily malicious, however this even
#### Reference
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1136.003/o365_new_federation/o365_new_federation.json
@@ -25130,6 +26254,7 @@ The creation of a new Federation is not necessarily malicious, however these eve
#### Reference
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
@@ -25139,6 +26264,7 @@ The creation of a new Federation is not necessarily malicious, however these eve
* https://www.sygnia.co/golden-saml-advisory
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1136.003/o365_add_service_principal/o365_add_service_principal.json
@@ -25224,11 +26350,13 @@ Unless it is a special case, it is uncommon to continually update Trusted IPs to
#### Reference
+
* https://i.blackhat.com/USA-20/Thursday/us-20-Bienstock-My-Cloud-Is-APTs-Cloud-Investigating-And-Defending-Office-365.pdf
* https://attack.mitre.org/techniques/T1562/007/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.007/o365_bypass_mfa_via_trusted_ip/o365_bypass_mfa_via_trusted_ip.json
@@ -25303,9 +26431,11 @@ Unless it is a special case, it is uncommon to disable MFA or Strong Authenticat
#### Reference
+
* https://attack.mitre.org/techniques/T1556/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1556/o365_disable_mfa/o365_disable_mfa.json
@@ -25379,9 +26509,11 @@ The threshold for alert is above 10 attempts and this should reduce the number o
#### Reference
+
* https://attack.mitre.org/techniques/T1110/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1110/o365_brute_force_login/o365_brute_force_login.json
@@ -25455,9 +26587,11 @@ Logon errors may not be malicious in nature however it may indicate attempts to
#### Reference
+
* https://stealthbits.com/blog/bypassing-mfa-with-pass-the-cookie/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1556/o365_sso_logon_errors/o365_sso_logon_errors.json
@@ -25536,6 +26670,7 @@ The creation of a new Federated domain is not necessarily malicious, however the
#### Reference
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
@@ -25547,6 +26682,7 @@ The creation of a new Federated domain is not necessarily malicious, however the
* https://o365blog.com/post/aadbackdoor/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1136.003/o365_new_federated_domain/o365_new_federated_domain.json
@@ -25619,9 +26755,11 @@ PST export can be done for legitimate purposes but due to the sensitive nature o
#### Reference
+
* https://attack.mitre.org/techniques/T1114/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1114/o365_export_pst_file/o365_export_pst_file.json
@@ -25833,6 +26971,415 @@ unknown
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1114.003/o365_email_forwarding_rule/o365_email_forwarding_rule.json
+_version_: 1
+
+
+---
+
+### Office Application Spawn rundll32 process
+this detection was designed to identifies suspicious spawned process of known MS office application due to macro or malicious code. this technique can be seen in so many malware like trickbot that used MS office as its weapon or attack vector to initially infect the machines.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-13
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count values(Processes.process) min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where (Processes.parent_process_name = "winword.exe" OR Processes.parent_process_name = "excel.exe" OR Processes.parent_process_name = "powerpnt.exe" OR Processes.parent_process_name = "wordpad.exe") Processes.process_name=rundll32.exe by Processes.parent_process Processes.process_name Processes.process_id Processes.process_guid Processes.user Processes.dest
+| `drop_dm_object_name("Processes")`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `office_application_spawn_rundll32_process_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
+
+#### Required field
+
+* Processes.process
+
+* Processes.parent_process_name
+
+* _time
+
+* Processes.process_name
+
+* Processes.dest
+
+* Processes.user
+
+* Processes.process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+unknown
+
+#### Reference
+
+
+* https://any.run/malware-trends/trickbot
+
+* https://any.run/report/47561b4e949041eff0a0f4693c59c81726591779fe21183ae9185b5eb6a69847/aba3722a-b373-4dae-8273-8730fb40cdbe
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Office Document Creating Schedule Task
+this search detects a potential malicious office document that create schedule task entry through macro VBA api or through loading taskschd.dll. This technique was seen in so many malicious macro malware that create persistence , beaconing using task schedule malware entry The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not. schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`. The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it's possible a scheduled task is being registered within that process context in memory. Upon triage, identify the task scheduled source. Was it schtasks.exe or via TaskService? Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.'
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-14
+
+
+ details
+
+#### Search
+```
+`sysmon` EventCode=7 process_name IN ("WINWORD.EXE", "EXCEL.EXE", "POWERPNT.EXE", "wordpad.exe") ImageLoaded = "*\\taskschd.dll"
+| stats min(_time) as firstTime max(_time) as lastTime values(ImageLoaded) as AllImageLoaded count by Computer EventCode Image process_name ProcessId ProcessGuid
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_document_creating_schedule_task_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting logs with the process name and ImageLoaded (Like sysmon EventCode 7) from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Also be sure to include those monitored dll to your own sysmon config.
+
+#### Required field
+
+* ImageLoaded
+
+* AllImageLoaded
+
+* Computer
+
+* EventCode
+
+* Image
+
+* process_name
+
+* ProcessId
+
+* ProcessGuid
+
+* _time
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+unknown
+
+#### Reference
+
+
+* https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/
+
+* https://redcanary.com/threat-detection-report/techniques/scheduled-task-job/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Office Document Executing Macro Code
+this detection was designed to identifies suspicious office documents that using macro code. Macro code is known to be one of the prevalent weaponization or attack vector of threat actor. This malicious macro code is embed to a office document as an attachment that may execute malicious payload, download malware payload or other malware component. It is really good practice to disable macro by default to avoid automatically execute macro code while opening or closing a office document files.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-14
+
+
+ details
+
+#### Search
+```
+`sysmon` EventCode=7 process_name IN ("WINWORD.EXE", "EXCEL.EXE", "POWERPNT.EXE", "wordpad.exe") ImageLoaded IN ("*\\VBE7INTL.DLL","*\\VBE7.DLL", "*\\VBEUI.DLL")
+| stats min(_time) as firstTime max(_time) as lastTime values(ImageLoaded) as AllImageLoaded count by Computer EventCode Image process_name ProcessId ProcessGuid
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_document_executing_macro_code_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting logs with the process name and ImageLoaded (Like sysmon EventCode 7) from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Also be sure to include those monitored dll to your own sysmon config.
+
+#### Required field
+
+* ImageLoaded
+
+* AllImageLoaded
+
+* Computer
+
+* EventCode
+
+* Image
+
+* process_name
+
+* ProcessId
+
+* ProcessGuid
+
+* _time
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+Normal Office Document macro use for automation
+
+#### Reference
+
+
+* https://www.joesandbox.com/analysis/386500/0/html
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Office Document Spawned Child Process To Download
+this search is to detect potential malicious office document executing lolbin child process to download payload or other malware. Since most of the attacker abused the capability of office document to execute living on land application to blend it to the normal noise in the infected machine to cover its track.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-16
+
+
+ details
+
+#### Search
+```
+`sysmon` EventCode=1 parent_process_name IN ("powerpnt.exe", "winword.exe", "excel.exe", "visio.exe", "wordpad.exe") process_name = "*.exe" cmdline IN ("*http:*","*https:*") NOT(OriginalFileName IN("*\\firefox.exe", "*\\chrome.exe","*\\iexplore.exe","*\\msedge.exe"))
+| stats min(_time) as firstTime max(_time) as lastTime count by parent_process_name process_name parent_process cmdline process_id OriginalFileName ProcessGuid Computer EventCode
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_document_spawned_child_process_to_download_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Tune and filter known instances office application and browser may be used.
+
+#### Required field
+
+* _time
+
+* parent_process_name
+
+* process_name
+
+* parent_process
+
+* cmdline
+
+* process_id
+
+* OriginalFileName
+
+* ProcessGuid
+
+* Computer
+
+* EventCode
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+default browser not in the filter list
+
+#### Reference
+
+
+* https://app.any.run/tasks/92d7ef61-bfd7-4c92-bc15-322172b4ebec/#
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets2/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Office Product Spawning Rundll32 with no DLL
+The following detection identifies the latest behavior utilized by IcedID malware family. This detection identifies any Windows Office Product spawning `rundll32.exe` without a `.dll` file extension. In malicious instances, the command-line of `rundll32.exe` will look like `rundll32 ..\oepddl.igk2,DllRegisterServer`. In addition, Threat Research has released a detection identifying the use of `DllRegisterServer` on the command-line of `rundll32.exe`. In this instance, we narrow our detection down to the Office suite as a parent process. During triage, review all file modifications. Capture and analyze the `DLL` that was dropped to disk. The Office Product will have reached out to a remote destination, capture and block the IPs or domain. Review additional parallel processes for further activity.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-22
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name IN ("winword.exe","excel.exe","powerpnt.exe","mspub.exe","visio.exe") Processes.process_name=rundll32.exe (Processes.process!=*.dll*) by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_product_spawning_rundll32_with_no_dll_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+False positives should be limited, but if any are present, filter as needed.
+
+#### Reference
+
+
+* https://www.joesandbox.com/analysis/395471/0/html
+
+* https://app.any.run/tasks/cef4b8ba-023c-4b3b-b2ef-6486a44f6ed9/
+
+* https://any.run/malware-trends/icedid
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon_icedid.log
+
+
_version_: 1
@@ -26335,11 +27882,13 @@ Limited false positives. It is possible administrators will utilize Start-BitsTr
#### Reference
+
* https://isc.sans.edu/diary/Investigating+Microsoft+BITS+Activity/23281
* https://docs.microsoft.com/en-us/windows/win32/bits/using-windows-powershell-to-create-bits-transfer-jobs
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1197/atomic_red_team/windows-sysmon.log
@@ -26410,9 +27959,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -26450,7 +28001,7 @@ This search looks for a process launching an `*.lnk` file under `C:\User*` or `*
```
#### Associated Analytic Story
-* Phishing Payloads
+* Spearphishing Attachments
#### How To Implement
@@ -26495,11 +28046,13 @@ This detection should yield little or no false positive results. It is uncommon
#### Reference
+
* https://attack.mitre.org/techniques/T1566/001/
* https://www.trendmicro.com/en_us/research/17/e/rising-trend-attackers-using-lnk-files-download-malware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.002/lnk_file_temp_folder/windows-sysmon.log
@@ -26580,11 +28133,13 @@ unknown
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -27210,11 +28765,13 @@ unknown
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -27366,9 +28923,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -27438,9 +28997,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
@@ -27512,9 +29073,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -27584,9 +29147,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -27654,9 +29219,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
@@ -27731,9 +29298,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -27803,9 +29372,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
@@ -27875,9 +29446,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
@@ -27947,9 +29520,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -28022,9 +29597,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -28094,9 +29671,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -28169,9 +29748,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
@@ -28240,9 +29821,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -28312,9 +29895,11 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
@@ -28384,11 +29969,13 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
* https://en.wikipedia.org/wiki/Microsoft_Detours
+
#### Test Dataset
@@ -28683,9 +30270,11 @@ There are many legitimate applications that must execute upon system startup and
#### Reference
+
* https://blog.malwarebytes.com/101/2015/12/an-introduction-to-image-file-execution-options/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.012/atomic_red_team/windows-sysmon.log
@@ -29244,11 +30833,13 @@ network admin can resize the shadowstorage for valid purposes.
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -29331,6 +30922,98 @@ _version_: 4
---
+### Rundll32 with no Command Line Arguments with Network
+The following analytic identifies rundll32.exe with no command line arguments and performing a network connection. It is unusual for rundll32.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, triage any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1218.011](https://attack.mitre.org/techniques/T1218.011/)
+- **Last Updated**: 2021-04-19
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=rundll32.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(rundll32\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `rundll32_with_no_command_line_arguments_with_network_filter`
+```
+#### Associated Analytic Story
+
+* Suspicious Rundll32 Activity
+
+* Cobalt Strike
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `port` node.
+
+#### Required field
+
+* _time
+
+* EventID
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1218.011 | Rundll32 | Defense Evasion |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+Although unlikely, some legitimate applications may use a moved copy of rundll32, triggering a false positive.
+
+#### Reference
+
+
+* https://attack.mitre.org/techniques/T1218/011/
+
+* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
+
+* https://lolbas-project.github.io/lolbas/Binaries/Rundll32
+
+* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
### Ryuk Test Files Detected
The search looks for files that contain the key word *Ryuk* under any folder in the C drive, which is consistent with Ryuk propagation.
@@ -29468,6 +31151,7 @@ Limited to no known false positives.
#### Reference
+
* https://www.bleepingcomputer.com/news/security/ryuk-ransomware-uses-wake-on-lan-to-encrypt-offline-devices/
* https://www.bleepingcomputer.com/news/security/ryuk-ransomware-now-self-spreads-to-other-windows-lan-devices/
@@ -29475,6 +31159,7 @@ Limited to no known false positives.
* https://www.cert.ssi.gouv.fr/uploads/CERTFR-2021-CTI-006.pdf
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.003/ryuk/windows-sysmon.log
@@ -30221,6 +31906,164 @@ _version_: 3
---
+### SearchProtocolHost with no Command Line with Network
+The following analytic identifies searchprotocolhost.exe with no command line arguments and with a network connection. It is unusual for searchprotocolhost.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. searchprotocolhost.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1055](https://attack.mitre.org/techniques/T1055/)
+- **Last Updated**: 2021-04-19
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=searchprotocolhost.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(searchprotocolhost\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `searchprotocolhost_with_no_command_line_with_network_filter`
+```
+#### Associated Analytic Story
+
+* Cobalt Strike
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `ports` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1055 | Process Injection | Defense Evasion, Privilege Escalation |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+Limited false positives may be present in small environments. Tuning may be required based on parent process.
+
+#### Reference
+
+
+* https://github.com/fireeye/red_team_tool_countermeasures/blob/master/rules/PGF/supplemental/hxioc/SUSPICIOUS%20EXECUTION%20OF%20SEARCHPROTOCOLHOST%20(METHODOLOGY).ioc
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon_searchprotocolhost.log
+
+
+_version_: 1
+
+
+---
+
+### Set Default PowerShell Execution Policy To Unrestricted or Bypass
+Monitor for changes of the ExecutionPolicy in the registry to the values "unrestricted" or "bypass," which allows the execution of malicious scripts.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1059.001](https://attack.mitre.org/techniques/T1059.001/)
+- **Last Updated**: 2020-11-06
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Registry where Registry.registry_path=*Software\\Microsoft\\Powershell\\1\\ShellIds\\Microsoft.PowerShell* Registry.registry_key_name=ExecutionPolicy (Registry.registry_value_name=Unrestricted OR Registry.registry_value_name=Bypass) by Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.dest
+| `drop_dm_object_name(Registry)`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `set_default_powershell_execution_policy_to_unrestricted_or_bypass_filter`
+```
+#### Associated Analytic Story
+
+* Malicious PowerShell
+
+* Credential Dumping
+
+* HAFNIUM Group
+
+
+#### How To Implement
+You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Registry node. You must also be ingesting logs with the fields registry_path, registry_key_name, and registry_value_name from your endpoints.
+
+#### Required field
+
+* _time
+
+* Registry.registry_path
+
+* Registry.registry_key_name
+
+* Registry.registry_value_name
+
+* Registry.dest
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1059.001 | PowerShell | Execution |
+
+
+#### Kill Chain Phase
+
+* Installation
+
+* Actions on Objectives
+
+
+#### Known False Positives
+Administrators may attempt to change the default execution policy on a system for a variety of reasons. However, setting the policy to "unrestricted" or "bypass" as this search is designed to identify, would be unusual. Hits should be reviewed and investigated as appropriate.
+
+#### Reference
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/powershell_execution_policy/windows-sysmon.log
+
+
+_version_: 6
+
+
+---
+
### Setting Credentials via DSInternals modules
This detection identifies illegal setting of credentials via DSInternals modules.
@@ -30288,9 +32131,11 @@ None identified.
#### Reference
+
* https://github.com/MichaelGrafnetter/DSInternals
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllDSInternalsModules.log
@@ -30362,9 +32207,11 @@ None identified.
#### Reference
+
* https://github.com/gentilkiwi/mimikatz
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllMimikatzModules.log
@@ -30436,14 +32283,97 @@ None identified.
#### Reference
+
* https://github.com/PowerShellMafia/PowerSploit
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllPowerSploitModulesWithOldNames.log
+_version_: 1
+
+
+---
+
+### Shedule Task with HTTP Command Arguments
+The following query utilizes Windows Security EventCode 4698, `A scheduled task was created`, to identify suspicious tasks registered on Windows either via schtasks.exe OR TaskService with an arguments "HTTP" string that are unique entry of malware or attack that uses lolbin to download other file or payload to the infected machine.\ The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not.\ schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`.\ The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it is possible a scheduled task is being registered within that process context in memory.\ Upon triage, identify the task scheduled source. Was it schtasks.exe or via TaskService? Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.'
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1053](https://attack.mitre.org/techniques/T1053/)
+- **Last Updated**: 2021-04-19
+
+
+ details
+
+#### Search
+```
+`wineventlog_security` EventCode=4698
+| xmlkv Message
+| search Arguments IN ("*http*")
+| stats count min(_time) as firstTime max(_time) as lastTime by dest, Task_Name, Command, Author, Enabled, Hidden, Arguments
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `shedule_task_with_http_command_arguments_filter`
+```
+#### Associated Analytic Story
+
+* Windows Persistence Techniques
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting logs with the task schedule (Exa. Security Log EventCode 4698) endpoints. Tune and filter known instances of Task schedule used in your environment.
+
+#### Required field
+
+* _time
+
+* dest
+
+* Task_Name
+
+* Command
+
+* Author
+
+* Enabled
+
+* Hidden
+
+* Arguments
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1053 | Scheduled Task/Job | Execution, Persistence, Privilege Escalation |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+unknown
+
+#### Reference
+
+
+* https://app.any.run/tasks/92d7ef61-bfd7-4c92-bc15-322172b4ebec/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/tasksched/windows-security.log
+
+
_version_: 1
@@ -30965,9 +32895,11 @@ unknown
#### Reference
+
* https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html
+
#### Test Dataset
@@ -31036,11 +32968,13 @@ There might be false positives associted with this detection since items like ar
#### Reference
+
* https://www.splunk.com/en_us/blog/security/detecting-supernova-malware-solarwinds-continued.html
* https://www.guidepointsecurity.com/supernova-solarwinds-net-webshell-analysis/
+
#### Test Dataset
@@ -31182,11 +33116,13 @@ Unknown. Filter as needed.
#### Reference
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
#### Test Dataset
@@ -31265,11 +33201,13 @@ Limited false positives may be present in small environments. Tuning may be requ
#### Reference
+
* https://raw.githubusercontent.com/threatexpress/malleable-c2/c3385e481159a759f79b8acfe11acf240893b830/jquery-c2.4.2.profile
* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -31537,11 +33475,13 @@ Limited false positives may be present in small environments. Tuning may be requ
#### Reference
+
* https://raw.githubusercontent.com/xx0hcd/Malleable-C2-Profiles/0ef8cf4556e26f6d4190c56ba697c2159faa5822/crimeware/trick_ryuk.profile
* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -31694,6 +33634,7 @@ Although unlikely, some legitimate applications may use a moved copy of msbuild,
#### Reference
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
@@ -31701,6 +33642,7 @@ Although unlikely, some legitimate applications may use a moved copy of msbuild,
* https://github.com/infosecn1nja/MaliciousMacroMSBuild/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127.001/windows-sysmon.log
@@ -31774,11 +33716,13 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
#### Reference
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127.001/windows-sysmon.log
@@ -31861,11 +33805,13 @@ Some legitimate applications may use PlistBuddy to create or modify property lis
#### Reference
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
#### Test Dataset
@@ -31930,11 +33876,13 @@ Some legitimate applications may use PlistBuddy to create or modify property lis
#### Reference
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
#### Test Dataset
@@ -32020,9 +33968,11 @@ It's possible for system administrators to write scripts that exhibit this behav
#### Reference
+
* https://car.mitre.org/wiki/CAR-2013-03-001
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1112/atomic_red_team/windows-sysmon.log
@@ -32100,6 +34050,7 @@ Limited false positives with the query restricted to specified paths. Add more w
#### Reference
+
* https://attack.mitre.org/techniques/T1218/010/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.010/T1218.010.md
@@ -32111,6 +34062,7 @@ Limited false positives with the query restricted to specified paths. Add more w
* https://any.run/report/f29a7d2ecd3585e1e4208e44bcc7156ab5388725f1d29d03e7699da0d4598e7c/0826458b-5367-45cf-b841-c95a33a01718
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.010/atomic_red_team/windows-sysmon.log
@@ -32189,6 +34141,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -32196,6 +34149,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
* https://lolbas-project.github.io/lolbas/Binaries/Rundll32
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -32273,6 +34227,7 @@ Although unlikely, some legitimate applications may use Start as a function and
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -32284,6 +34239,7 @@ Although unlikely, some legitimate applications may use Start as a function and
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -32359,6 +34315,7 @@ This is likely to produce false positives and will require some filtering. Tune
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -32374,6 +34331,7 @@ This is likely to produce false positives and will require some filtering. Tune
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms682162(v=vs.85).aspx
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -32456,6 +34414,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
#### Reference
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -32465,6 +34424,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -32540,11 +34500,13 @@ Unknown.
#### Reference
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
#### Test Dataset
@@ -32626,9 +34588,11 @@ Limited false positives may be present. Filter as needed by parent process or co
#### Reference
+
* https://attack.mitre.org/techniques/T1053/005/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/schtasks/windows-sysmon.log
@@ -32709,9 +34673,11 @@ Limited false positives may be present in small environments. Tuning may be requ
#### Reference
+
* https://github.com/fireeye/red_team_tool_countermeasures/blob/master/rules/PGF/supplemental/hxioc/SUSPICIOUS%20EXECUTION%20OF%20SEARCHPROTOCOLHOST%20(METHODOLOGY).ioc
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -32792,11 +34758,13 @@ Although unlikely, some legitimate applications may use a moved copy of microsof
#### Reference
+
* https://lolbas-project.github.io/lolbas/Binaries/Microsoft.Workflow.Compiler/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218/T1218.md#atomic-test-6---microsoftworkflowcompilerexe-payload-execution
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127/windows-sysmon.log
@@ -32868,11 +34836,13 @@ Although unlikely, limited instances have been identified coming from native Mic
#### Reference
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218/T1218.md#atomic-test-6---microsoftworkflowcompilerexe-payload-execution
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127/windows-sysmon.log
@@ -32949,11 +34919,13 @@ Some legitimate applications may use a moved copy of msbuild.exe, triggering a f
#### Reference
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127.001/windows-sysmon.log
@@ -33027,11 +34999,13 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
#### Reference
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -33105,6 +35079,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
#### Reference
+
* https://codewhitesec.blogspot.com/2018/07/lethalhta.html
* https://github.com/redcanaryco/AtomicTestHarnesses
@@ -33112,6 +35087,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
* https://redcanary.com/blog/introducing-atomictestharnesses/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -33397,9 +35373,11 @@ Administrators debugging servers
#### Reference
+
* https://oscp.infosecsanyam.in/priv-escalation/windows-priv-escalation
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1082/atomic_red_team/windows-sysmon.log
@@ -33865,6 +35843,7 @@ Unknown. Tune out child processes as needed to limit volume of false positives.
#### Reference
+
* https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/
* https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/
@@ -33872,6 +35851,7 @@ Unknown. Tune out child processes as needed to limit volume of false positives.
* https://blog.rapid7.com/2021/03/03/rapid7s-insightidr-enables-detection-and-response-to-microsoft-exchange-0-day/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon_umservices.log
@@ -34008,9 +35988,11 @@ Other tools could load images into LSASS for legitimate reason. But enterprise t
#### Reference
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
#### Test Dataset
@@ -34415,9 +36397,11 @@ Baseline your environment before production. It is possible build systems using
#### Reference
+
* https://www.microsoft.com/security/blog/2020/02/04/ghost-in-the-shell-investigating-web-shell-attacks/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon.log
@@ -34491,6 +36475,7 @@ Administrators may modify the boot configuration.
#### Reference
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md
* https://thedfirreport.com/2020/10/08/ryuks-return/
@@ -34500,6 +36485,7 @@ Administrators may modify the boot configuration.
* https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1490/atomic_red_team/windows-sysmon.log
@@ -34785,11 +36771,13 @@ As is common with many fraud-related searches, we are usually looking to attribu
#### Reference
+
* https://splunkbase.splunk.com/app/2734/
* https://splunkbase.splunk.com/app/1809/
+
#### Test Dataset
@@ -34854,6 +36842,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
#### Reference
+
* https://en.wikipedia.org/wiki/Session_ID
* https://en.wikipedia.org/wiki/Session_(computer_science)
@@ -34863,6 +36852,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
* https://splunkbase.splunk.com/app/1809/
+
#### Test Dataset
@@ -34920,6 +36910,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
#### Reference
+
* https://en.wikipedia.org/wiki/Session_ID
* https://en.wikipedia.org/wiki/Session_(computer_science)
@@ -34929,6 +36920,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
* https://splunkbase.splunk.com/app/1809/
+
#### Test Dataset
@@ -35002,6 +36994,186 @@ Some of these processes may be used legitimately on web servers during maintenan
#### Test Dataset
+_version_: 1
+
+
+---
+
+### WinEvent Scheduled Task Created Within Public Path
+The following query utilizes Windows Security EventCode 4698, `A scheduled task was created`, to identify suspicious tasks registered on Windows either via schtasks.exe OR TaskService with a command to be executed from a user writeable file path.\
+The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not.\
+schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`.\
+The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it is possible a scheduled task is being registered within that process context in memory.\
+Upon triage, identify the task scheduled source. Was it schtasks.exe or was it via TaskService. Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**:
+- **ATT&CK**: [T1053.005](https://attack.mitre.org/techniques/T1053.005/)
+- **Last Updated**: 2021-04-08
+
+
+ details
+
+#### Search
+```
+`wineventlog_security` EventCode=4698
+| xmlkv Message
+| search Command IN ("*\\users\\public\\*", "*\\programdata\\*", "*\\temp\\*", "*\\Windows\\Tasks\\*", "*\\appdata\\*")
+| stats count min(_time) as firstTime max(_time) as lastTime by dest, Task_Name, Command, Author, Enabled, Hidden
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winevent_scheduled_task_created_within_public_path_filter`
+```
+#### Associated Analytic Story
+
+* Windows Persistence Techniques
+
+* Ransomware
+
+* Ryuk Ransomware
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting Windows Security Event Logs with 4698 EventCode enabled. The Windows TA is also required.
+
+#### Required field
+
+* _time
+
+* dest
+
+* Task_Name
+
+* Description
+
+* Command
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1053.005 | Scheduled Task | Execution, Persistence, Privilege Escalation |
+
+
+#### Kill Chain Phase
+
+* Privilege Escalation
+
+
+#### Known False Positives
+False positives are possible if legitimate applications are allowed to register tasks in public paths. Filter as needed based on paths that are used legitimately.
+
+#### Reference
+
+
+* https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/
+
+* https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4698
+
+* https://redcanary.com/threat-detection-report/techniques/scheduled-task-job/
+
+* https://docs.microsoft.com/en-us/windows/win32/taskschd/time-trigger-example--scripting-?redirectedfrom=MSDN
+
+* https://app.any.run/tasks/e26f1b2e-befa-483b-91d2-e18636e2faf3/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/taskschedule/windows-security.log
+
+
+_version_: 1
+
+
+---
+
+### WinEvent Scheduled Task Created to Spawn Shell
+The following query utilizes Windows Security EventCode 4698, `A scheduled task was created`, to identify suspicious tasks registered on Windows either via schtasks.exe OR TaskService with a command to be executed with a native Windows shell (PowerShell, Cmd, Wscript, Cscript).\
+The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not.\
+schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`.\
+The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it is possible a scheduled task is being registered within that process context in memory.\
+Upon triage, identify the task scheduled source. Was it schtasks.exe or via TaskService? Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**:
+- **ATT&CK**: [T1053.005](https://attack.mitre.org/techniques/T1053.005/)
+- **Last Updated**: 2021-04-12
+
+
+ details
+
+#### Search
+```
+`wineventlog_security` EventCode=4698
+| xmlkv Message
+| search Command IN ("*powershell.exe*", "*wscript.exe*", "*cscript.exe*", "*cmd.exe*", "*sh.exe*", "*ksh.exe*", "*zsh.exe*", "*bash.exe*", "*scrcons.exe*", "*pwsh.exe*")
+| stats count min(_time) as firstTime max(_time) as lastTime by dest, Task_Name, Command, Author, Enabled, Hidden
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winevent_scheduled_task_created_to_spawn_shell_filter`
+```
+#### Associated Analytic Story
+
+* Windows Persistence Techniques
+
+* Ransomware
+
+* Ryuk Ransomware
+
+
+#### How To Implement
+To successfully implement this search, you need to be ingesting Windows Security Event Logs with 4698 EventCode enabled. The Windows TA is also required.
+
+#### Required field
+
+* _time
+
+* dest
+
+* Task_Name
+
+* Description
+
+* Command
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1053.005 | Scheduled Task | Execution, Persistence, Privilege Escalation |
+
+
+#### Kill Chain Phase
+
+* Privilege Escalation
+
+
+#### Known False Positives
+False positives are possible if legitimate applications are allowed to register tasks that call a shell to be spawned. Filter as needed based on command-line or processes that are used legitimately.
+
+#### Reference
+
+
+* https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/
+
+* https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4698
+
+* https://redcanary.com/threat-detection-report/techniques/scheduled-task-job/
+
+* https://docs.microsoft.com/en-us/windows/win32/taskschd/time-trigger-example--scripting-?redirectedfrom=MSDN
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/atomic_red_team/windows-security.log
+
+
_version_: 1
@@ -35074,11 +37246,13 @@ administrators rarely use adfind, usually not used for legitimate reasons
#### Reference
+
* https://www.volexity.com/blog/2020/12/14/dark-halo-leverages-solarwinds-compromise-to-breach-organizations/
* https://www.fireeye.com/blog/threat-research/2019/01/a-nasty-trick-from-credential-theft-malware-to-business-disruption.html
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1018/atomic_red_team/windows-sysmon.log
@@ -35152,9 +37326,11 @@ It is unusual to turn this feature off a Windows system since it is a default se
#### Reference
+
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
+
#### Test Dataset
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/atomic_red_team/windows-sysmon.log
@@ -35416,6 +37592,246 @@ There may be legitimate reasons for system administrators to add entries to this
#### Test Dataset
+_version_: 1
+
+
+---
+
+### Winword Spawning Cmd
+The following detection identifies Microsoft Word spawning `cmd.exe`. Typically, this is not common behavior and not default with winword.exe. Winword.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). Cmd.exe spawning from winword.exe is common for a spearphishing attachment and is actively used. Albeit, the command-line will indicate what is being executed. During triage, review parallel processes and identify any files that may have been written. It is possible that COM is utilized to trampoline the child process to `explorer.exe` or `wmiprvse.exe`.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-22
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name=winword.exe Processes.process_name=cmd.exe by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winword_spawning_cmd_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+False positives should be limited, but if any are present, filter as needed.
+
+#### Reference
+
+
+* https://app.any.run/tasks/73af0064-a785-4c0a-ab0d-cde593fe16ef/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Winword Spawning PowerShell
+The following detection identifies Microsoft Word spawning PowerShell. Typically, this is not common behavior and not default with winword.exe. Winword.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). PowerShell spawning from winword.exe is common for a spearphishing attachment and is actively used. Albeit, the command executed will most likely be encoded and captured via another detection. During triage, review parallel processes and identify any files that may have been written.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-12
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="winword.exe" Processes.process_name IN ("powershell.exe", "pwsh.exe") by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winword_spawning_powershell_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachments
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+False positives should be limited, but if any are present, filter as needed.
+
+#### Reference
+
+
+* https://redcanary.com/threat-detection-report/techniques/powershell/
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+* https://app.any.run/tasks/b79fa381-f35c-4b3e-8d02-507e7ee7342f/
+
+* https://app.any.run/tasks/181ac90b-0898-4631-8701-b778a30610ad/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
+_version_: 1
+
+
+---
+
+### Winword Spawning Windows Script Host
+The following detection identifies Microsoft Winword.exe spawning Windows Script Host - `cscript.exe` or `wscript.exe`. Typically, this is not common behavior and not default with Winword.exe. Winword.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). `cscript.exe` or `wscript.exe` default location is `c:\windows\system32\` or c:windows\syswow64\`. `cscript.exe` or `wscript.exe` spawning from Winword.exe is common for a spearphishing attachment and is actively used. Albeit, the command-line executed will most likely be obfuscated and captured via another detection. During triage, review parallel processes and identify any files that may have been written. Review the reputation of the remote destination and block accordingly.
+
+- **Product**: Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+- **Datamodel**: Endpoint
+- **ATT&CK**: [T1566.001](https://attack.mitre.org/techniques/T1566.001/)
+- **Last Updated**: 2021-04-12
+
+
+ details
+
+#### Search
+```
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="winword.exe" Processes.process_name IN ("cscript.exe", "wscript.exe") by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winword_spawning_windows_script_host_filter`
+```
+#### Associated Analytic Story
+
+* Spearphishing Attachment
+
+
+#### How To Implement
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+#### Required field
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+#### ATT&CK
+
+| ID | Technique | Tactic |
+| ----------- | ----------- |--------------|
+| T1566.001 | Spearphishing Attachment | Initial Access |
+
+
+#### Kill Chain Phase
+
+* Exploitation
+
+
+#### Known False Positives
+There will be limited false positives and it will be different for every environment. Tune by child process or command-line as needed.
+
+#### Reference
+
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+
+
+#### Test Dataset
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon_wsh.log
+
+
_version_: 1
@@ -35857,11 +38273,13 @@ GCP Oauth token abuse detection will only work if there are access policies in p
#### Reference
+
* https://www.netskope.com/blog/gcp-oauth-token-hijacking-in-google-cloud-part-1
* https://www.netskope.com/blog/gcp-oauth-token-hijacking-in-google-cloud-part-2
+
#### Test Dataset
diff --git a/docs/detections.wiki b/docs/detections.wiki
index 0d91b55f86..9df5e59f44 100644
--- a/docs/detections.wiki
+++ b/docs/detections.wiki
@@ -1072,11 +1072,13 @@ While this search has no known false positives, it is possible that an AWS admin
====Reference====
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_create_policy_version/aws_cloudtrail_events.json
@@ -1151,11 +1153,13 @@ While this search has no known false positives, it is possible that an AWS admin
====Reference====
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_createaccesskey/aws_cloudtrail_events.json
@@ -1234,11 +1238,13 @@ While this search has no known false positives, it is possible that an AWS admin
====Reference====
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_createloginprofile/aws_cloudtrail_events.json
@@ -1393,6 +1399,7 @@ unknown
====Reference====
+
* https://rhinosecuritylabs.com/aws/s3-ransomware-part-1-attack-vector/
* https://github.com/d1vious/git-wild-hunt
@@ -1400,6 +1407,7 @@ unknown
* https://www.youtube.com/watch?v=PgzNib37g0M
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1486/aws_kms_key/aws_cloudtrail_events.json
@@ -1478,6 +1486,7 @@ bucket with S3 encryption
====Reference====
+
* https://rhinosecuritylabs.com/aws/s3-ransomware-part-1-attack-vector/
* https://github.com/d1vious/git-wild-hunt
@@ -1485,6 +1494,7 @@ bucket with S3 encryption
* https://www.youtube.com/watch?v=PgzNib37g0M
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1486/s3_file_encryption/aws_cloudtrail_events.json
@@ -1561,14 +1571,429 @@ While this search has no known false positives.
====Reference====
+
* https://github.com/aquasecurity/cloudsploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1526/aws_security_scanner/aws_security_scanner.json
+''version'': 1
+
+
+
+----
+
+===Aws iam accessdenied discovery events===
+The following detection identifies excessive AccessDenied events within an hour timeframe. It is possible that an access key to AWS may have been stolen and is being misused to perform discovery events. In these instances, the access is not available with the key stolen therefore these events will be generated.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1580/ T1580]
+* '''Last Updated''': 2021-04-05
+
+
+
+
+====Search====
+`cloudtrail` (errorCode = "AccessDenied") user_type=IAMUser (userAgent!=*.amazonaws.com)
+| bucket _time span=1h
+| stats count as failures min(_time) as firstTime max(_time) as lastTime, dc(eventName) as methods, dc(eventSource) as sources values(userIdentity.arn) by src_ip, userIdentity.arn, _time
+| where failures >= 5 and methods >= 1 and sources >= 1
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_accessdenied_discovery_events_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Suspicious_Cloud_User_Activities|Suspicious Cloud User Activities]]
+
+
+====How To Implement====
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+====Required field====
+
+* _time
+
+* eventName
+
+* eventSource
+
+* userAgent
+
+* errorCode
+
+* userIdentity.type
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1580
+| Cloud Infrastructure Discovery
+| Discovery
+|}
+
+
+====Kill Chain Phase====
+
+* Reconnaissance
+
+
+====Known False Positives====
+It is possible to start this detection will need to be tuned by source IP or user. In addition, change the count values to an upper threshold to restrict false positives.
+
+====Reference====
+
+
+* https://aws.amazon.com/premiumsupport/knowledge-center/troubleshoot-iam-permission-errors/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1580/aws_iam_accessdenied_discovery_events/aws_iam_accessdenied_discovery_events.json
+
+
+''version'': 1
+
+
+
+----
+
+===Aws iam assume role policy brute force===
+The following detection identifies any malformed policy document exceptions with a status of `failure`. A malformed policy document exception occurs in instances where roles are attempted to be assumed, or brute forced. In a brute force attempt, using a tool like CloudSploit or Pacu, an attempt will look like `arn:aws:iam::111111111111:role/aws-service-role/rds.amazonaws.com/AWSServiceRoleForRDS`. Meaning, when an adversary is attempting to identify a role name, multiple failures will occur. This detection focuses on the errors of a remote attempt that is failing.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1580/ T1580], [https://attack.mitre.org/techniques/T1110/ T1110]
+* '''Last Updated''': 2021-04-01
+
+
+
+
+====Search====
+`cloudtrail` (errorCode=MalformedPolicyDocumentException) status=failure (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.policyName) as policy_name by src eventName eventSource aws_account_id errorCode requestParameters.policyDocument userAgent eventID awsRegion userIdentity.principalId user_arn
+| where count >= 2
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_assume_role_policy_brute_force_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#AWS_IAM_Privilege_Escalation|AWS IAM Privilege Escalation]]
+
+
+====How To Implement====
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs. Set the `where count` greater than a value to identify suspicious activity in your environment.
+
+====Required field====
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.policyName
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1580
+| Cloud Infrastructure Discovery
+| Discovery
+|-
+| T1110
+| Brute Force
+| Credential Access
+|}
+
+
+====Kill Chain Phase====
+
+* Reconnaissance
+
+
+====Known False Positives====
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users.
+
+====Reference====
+
+
+* https://www.praetorian.com/blog/aws-iam-assume-role-vulnerabilities
+
+* https://rhinosecuritylabs.com/aws/assume-worst-aws-assume-role-enumeration/
+
+* https://www.elastic.co/guide/en/security/current/aws-iam-brute-force-of-assume-role-policy.html
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1580/aws_iam_assume_role_policy_brute_force/aws_iam_assume_role_policy_brute_force.json
+
+
+''version'': 1
+
+
+
+----
+
+===Aws iam delete policy===
+The following detection identifes when a policy is deleted on AWS. This does not identify whether successful or failed, but the error messages tell a story of suspicious attempts. There is a specific process to follow when deleting a policy. First, detach the policy from all users, groups, and roles that the policy is attached to, using DetachUserPolicy , DetachGroupPolicy , or DetachRolePolicy.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1098/ T1098]
+* '''Last Updated''': 2021-04-01
+
+
+
+
+====Search====
+`cloudtrail` eventName=DeletePolicy (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.policyArn) as policyArn by src eventName eventSource aws_account_id errorCode errorMessage userAgent eventID awsRegion userIdentity.principalId userIdentity.arn
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_delete_policy_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#AWS_IAM_Privilege_Escalation|AWS IAM Privilege Escalation]]
+
+
+====How To Implement====
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+====Required field====
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.policyArn
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1098
+| Account Manipulation
+| Persistence
+|}
+
+
+====Kill Chain Phase====
+
+* Actions on Objectives
+
+
+====Known False Positives====
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete policies (least privilege). In addition, this may be saved seperately and tuned for failed or success attempts only.
+
+====Reference====
+
+
+* https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeletePolicy.html
+
+* https://docs.aws.amazon.com/cli/latest/reference/iam/delete-policy.html
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/aws_iam_delete_policy/aws_iam_delete_policy.json
+
+
+''version'': 1
+
+
+
+----
+
+===Aws iam failure group deletion===
+This detection identifies failure attempts to delete groups. We want to identify when a group is attempting to be deleted, but either access is denied, there is a conflict or there is no group. This is indicative of administrators performing an action, but also could be suspicious behavior occurring. Review parallel IAM events - recently added users, new groups and so forth.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1098/ T1098]
+* '''Last Updated''': 2021-04-01
+
+
+
+
+====Search====
+`cloudtrail` eventSource=iam.amazonaws.com eventName=DeleteGroup errorCode IN (NoSuchEntityException,DeleteConflictException, AccessDenied) (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.groupName) as group_name by src eventName eventSource aws_account_id errorCode errorMessage userAgent eventID awsRegion userIdentity.principalId user_arn
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_failure_group_deletion_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#AWS_IAM_Privilege_Escalation|AWS IAM Privilege Escalation]]
+
+
+====How To Implement====
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+====Required field====
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.groupName
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1098
+| Account Manipulation
+| Persistence
+|}
+
+
+====Kill Chain Phase====
+
+* Actions on Objectives
+
+
+====Known False Positives====
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+
+====Reference====
+
+
+* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/delete-group.html
+
+* https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/aws_iam_failure_group_deletion/aws_iam_failure_group_deletion.json
+
+
+''version'': 1
+
+
+
+----
+
+===Aws iam successful group deletion===
+The following query uses IAM events to track the success of a group being deleted on AWS. This is typically not indicative of malicious behavior, but a precurser to additional events thay may unfold. Review parallel IAM events - recently added users, new groups and so forth. Inversely, review failed attempts in a similar manner.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud, Splunk Security Analytics for AWS
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1069.003/ T1069.003], [https://attack.mitre.org/techniques/T1098/ T1098]
+* '''Last Updated''': 2021-03-31
+
+
+
+
+====Search====
+`cloudtrail` eventSource=iam.amazonaws.com eventName=DeleteGroup errorCode=success (userAgent!=*.amazonaws.com)
+| stats count min(_time) as firstTime max(_time) as lastTime values(requestParameters.groupName) by src eventName eventSource errorCode user_agent awsRegion userIdentity.principalId user_arn
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `aws_iam_successful_group_deletion_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#AWS_IAM_Privilege_Escalation|AWS IAM Privilege Escalation]]
+
+
+====How To Implement====
+The Splunk AWS Add-on and Splunk App for AWS is required to utilize this data. The search requires AWS Cloudtrail logs.
+
+====Required field====
+
+* _time
+
+* eventName
+
+* userAgent
+
+* errorCode
+
+* requestParameters.groupName
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1069.003
+| Cloud Groups
+| Discovery
+|-
+| T1098
+| Account Manipulation
+| Persistence
+|}
+
+
+====Kill Chain Phase====
+
+* Actions on Objectives
+
+
+====Known False Positives====
+This detection will require tuning to provide high fidelity detection capabilties. Tune based on src addresses (corporate offices, VPN terminations) or by groups of users. Not every user with AWS access should have permission to delete groups (least privilege).
+
+====Reference====
+
+
+* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/iam/delete-group.html
+
+* https://docs.aws.amazon.com/IAM/latest/APIReference/API_DeleteGroup.html
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/aws_iam_successful_group_deletion/aws_iam_successful_group_deletion.json
+
+
''version'': 1
@@ -1812,6 +2237,7 @@ Attacks using a Golden SAML or SAML assertion hijacks or forgeries are very diff
====Reference====
+
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
* https://www.splunk.com/en_us/blog/security/a-golden-saml-journey-solarwinds-continued.html
@@ -1821,6 +2247,7 @@ Attacks using a Golden SAML or SAML assertion hijacks or forgeries are very diff
* https://www.cyberark.com/resources/threat-research-blog/golden-saml-newly-discovered-attack-technique-forges-authentication-to-cloud-apps
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/assume_role_with_saml/assume_role_with_saml.json
@@ -1898,6 +2325,7 @@ Updating a SAML provider or creating a new one may not necessarily be malicious
====Reference====
+
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
* https://www.splunk.com/en_us/blog/security/a-golden-saml-journey-solarwinds-continued.html
@@ -1907,6 +2335,7 @@ Updating a SAML provider or creating a new one may not necessarily be malicious
* https://www.cyberark.com/resources/threat-research-blog/golden-saml-newly-discovered-attack-technique-forges-authentication-to-cloud-apps
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/update_saml_provider/update_saml_provider.json
@@ -1982,11 +2411,13 @@ While this search has no known false positives, it is possible that an AWS admin
====Reference====
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_setdefaultpolicyversion/aws_cloudtrail_events.json
@@ -2061,11 +2492,13 @@ While this search has no known false positives, it is possible that an AWS admin
====Reference====
+
* https://labs.bishopfox.com/tech-blog/privilege-escalation-in-aws
* https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation-part-2/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078/aws_updateloginprofile/aws_cloudtrail_events.json
@@ -4505,11 +4938,13 @@ Payload.request.function.timeout value can possibly be match with other function
====Reference====
+
* https://github.com/dxa4481/gcploit
* https://www.youtube.com/watch?v=Ml09R38jpok
+
====Test Dataset====
@@ -4877,11 +5312,13 @@ The creation of a new Federation is not necessarily malicious, however this even
====Reference====
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1136.003/o365_new_federation/o365_new_federation.json
@@ -4963,6 +5400,7 @@ The creation of a new Federation is not necessarily malicious, however these eve
====Reference====
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
@@ -4972,6 +5410,7 @@ The creation of a new Federation is not necessarily malicious, however these eve
* https://www.sygnia.co/golden-saml-advisory
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1136.003/o365_add_service_principal/o365_add_service_principal.json
@@ -5062,11 +5501,13 @@ Unless it is a special case, it is uncommon to continually update Trusted IPs to
====Reference====
+
* https://i.blackhat.com/USA-20/Thursday/us-20-Bienstock-My-Cloud-Is-APTs-Cloud-Investigating-And-Defending-Office-365.pdf
* https://attack.mitre.org/techniques/T1562/007/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.007/o365_bypass_mfa_via_trusted_ip/o365_bypass_mfa_via_trusted_ip.json
@@ -5146,9 +5587,11 @@ Unless it is a special case, it is uncommon to disable MFA or Strong Authenticat
====Reference====
+
* https://attack.mitre.org/techniques/T1556/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1556/o365_disable_mfa/o365_disable_mfa.json
@@ -5227,9 +5670,11 @@ The threshold for alert is above 10 attempts and this should reduce the number o
====Reference====
+
* https://attack.mitre.org/techniques/T1110/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1110/o365_brute_force_login/o365_brute_force_login.json
@@ -5308,9 +5753,11 @@ Logon errors may not be malicious in nature however it may indicate attempts to
====Reference====
+
* https://stealthbits.com/blog/bypassing-mfa-with-pass-the-cookie/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1556/o365_sso_logon_errors/o365_sso_logon_errors.json
@@ -5394,6 +5841,7 @@ The creation of a new Federated domain is not necessarily malicious, however the
====Reference====
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/wp-m-unc2452-2021-000343-01.pdf
* https://us-cert.cisa.gov/ncas/alerts/aa21-008a
@@ -5405,6 +5853,7 @@ The creation of a new Federated domain is not necessarily malicious, however the
* https://o365blog.com/post/aadbackdoor/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1136.003/o365_new_federated_domain/o365_new_federated_domain.json
@@ -5482,9 +5931,11 @@ PST export can be done for legitimate purposes but due to the sensitive nature o
====Reference====
+
* https://attack.mitre.org/techniques/T1114/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1114/o365_export_pst_file/o365_export_pst_file.json
@@ -8805,6 +9256,7 @@ Accounts with high risk roles should be reduced to the minimum number needed, ho
====Reference====
+
* https://github.com/dxa4481/gcploit
* https://www.youtube.com/watch?v=Ml09R38jpok
@@ -8812,6 +9264,7 @@ Accounts with high risk roles should be reduced to the minimum number needed, ho
* https://cloud.google.com/iam/docs/understanding-roles
+
====Test Dataset====
@@ -8885,6 +9338,7 @@ High risk permissions are part of any GCP environment, however it is important t
====Reference====
+
* https://github.com/dxa4481/gcploit
* https://www.youtube.com/watch?v=Ml09R38jpok
@@ -8892,6 +9346,7 @@ High risk permissions are part of any GCP environment, however it is important t
* https://cloud.google.com/iam/docs/permissions-reference
+
====Test Dataset====
@@ -10414,6 +10869,100 @@ None identified
----
+===Rare parent-child process relationship===
+An attacker may use LOLBAS tools spawned from vulnerable applications not typically used by system administrators. This search leverages the Splunk Streaming ML DSP plugin to find rare parent/child relationships. The list of application has been extracted from https://github.com/LOLBAS-Project/LOLBAS/tree/master/yml/OSBinaries
+
+* '''Product''': Splunk Behavioral Analytics
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1203/ T1203], [https://attack.mitre.org/techniques/T1059/ T1059], [https://attack.mitre.org/techniques/T1053/ T1053], [https://attack.mitre.org/techniques/T1072/ T1072]
+* '''Last Updated''': 2020-08-13
+
+
+
+
+====Search====
+
+| from read_ssa_enriched_events()
+| eval timestamp=parse_long(ucast(map_get(input_event, "_time"), "string", null))
+| eval parent_process=lower(ucast(map_get(input_event, "parent_process_name"), "string", null)), parent_process_name=mvindex(split(parent_process, "\\"), -1), process_name=lower(ucast(map_get(input_event, "process_name"), "string", null)), dest_user_id=ucast(map_get(input_event, "dest_user_id"), "string", null), dest_device_id=ucast(map_get(input_event, "dest_device_id"), "string", null)
+| where parent_process_name!=null
+| select parent_process_name, process_name, timestamp, dest_device_id, dest_user_id
+| conditional_anomaly conditional="parent_process_name" target="process_name"
+| rename output as input
+| where input < 1
+| adaptive_threshold algorithm="quantile" entity="parent_process_name" window=604800000L
+| where label AND quantile<0.1 AND (process_name="powershell.exe" OR process_name="regsvcs.exe" OR process_name="ftp.exe" OR process_name="dfsvc.exe" OR process_name="rasautou.exe" OR process_name="schtasks.exe" OR process_name="xwizard.exe" OR process_name="findstr.exe" OR process_name="esentutl.exe" OR process_name="cscript.exe" OR process_name="reg.exe" OR process_name="csc.exe" OR process_name="atbroker.exe" OR process_name="print.exe" OR process_name="pcwrun.exe" OR process_name="vbc.exe" OR process_name="rpcping.exe" OR process_name="wsreset.exe" OR process_name="ilasm.exe" OR process_name="certutil.exe" OR process_name="replace.exe" OR process_name="mshta.exe" OR process_name="bitsadmin.exe" OR process_name="wscript.exe" OR process_name="ieexec.exe" OR process_name="cmd.exe" OR process_name="microsoft.workflow.compiler.exe" OR process_name="runscripthelper.exe" OR process_name="makecab.exe" OR process_name="forfiles.exe" OR process_name="desktopimgdownldr.exe" OR process_name="control.exe" OR process_name="msbuild.exe" OR process_name="register-cimprovider.exe" OR process_name="tttracer.exe" OR process_name="ie4uinit.exe" OR process_name="sc.exe" OR process_name="bash.exe" OR process_name="hh.exe" OR process_name="cmstp.exe" OR process_name="mmc.exe" OR process_name="jsc.exe" OR process_name="scriptrunner.exe" OR process_name="odbcconf.exe" OR process_name="extexport.exe" OR process_name="msdt.exe" OR process_name="diskshadow.exe" OR process_name="extrac32.exe" OR process_name="eventvwr.exe" OR process_name="mavinject.exe" OR process_name="regasm.exe" OR process_name="gpscript.exe" OR process_name="rundll32.exe" OR process_name="regsvr32.exe" OR process_name="regedit.exe" OR process_name="msiexec.exe" OR process_name="gfxdownloadwrapper.exe" OR process_name="presentationhost.exe" OR process_name="regini.exe" OR process_name="wmic.exe" OR process_name="runonce.exe" OR process_name="syncappvpublishingserver.exe" OR process_name="verclsid.exe" OR process_name="psr.exe" OR process_name="infdefaultinstall.exe" OR process_name="explorer.exe" OR process_name="expand.exe" OR process_name="installutil.exe" OR process_name="netsh.exe" OR process_name="wab.exe" OR process_name="dnscmd.exe" OR process_name="at.exe" OR process_name="pcalua.exe" OR process_name="cmdkey.exe" OR process_name="msconfig.exe")
+
+| eval start_time = timestamp, end_time = timestamp, entities = mvappend(dest_device_id, dest_user_id), body = "TBD"
+| into write_null();
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Unusual_Processes|Unusual Processes]]
+
+
+====How To Implement====
+Collect endpoint data such as sysmon or 4688 events.
+
+====Required field====
+
+* process_name
+
+* parent_process_name
+
+* _time
+
+* dest_device_id
+
+* dest_user_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1203
+| Exploitation for Client Execution
+| Execution
+|-
+| T1059
+| Command and Scripting Interpreter
+| Execution
+|-
+| T1053
+| Scheduled Task/Job
+| Execution, Persistence, Privilege Escalation
+|-
+| T1072
+| Software Deployment Tools
+| Execution, Lateral Movement
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+Some custom tools used by admins could be used rarely to launch remotely applications. This might trigger false positives at the beginning when it hasn't collected yet enough data to construct the baseline.
+
+
+====Reference====
+
+
+====Test Dataset====
+
+
+''version'': 1
+
+
+
+----
+
===Reg exe used to hide files directories via registry keys===
The search looks for command-line arguments used to hide a file or directory using the reg add command.
@@ -11157,9 +11706,11 @@ Other tools could load images into LSASS for legitimate reason. But enterprise t
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
@@ -11286,11 +11837,13 @@ As is common with many fraud-related searches, we are usually looking to attribu
====Reference====
+
* https://splunkbase.splunk.com/app/2734/
* https://splunkbase.splunk.com/app/1809/
+
====Test Dataset====
@@ -11360,6 +11913,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
====Reference====
+
* https://en.wikipedia.org/wiki/Session_ID
* https://en.wikipedia.org/wiki/Session_(computer_science)
@@ -11369,6 +11923,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
* https://splunkbase.splunk.com/app/1809/
+
====Test Dataset====
@@ -11426,6 +11981,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
====Reference====
+
* https://en.wikipedia.org/wiki/Session_ID
* https://en.wikipedia.org/wiki/Session_(computer_science)
@@ -11435,6 +11991,7 @@ As is common with many fraud-related searches, we are usually looking to attribu
* https://splunkbase.splunk.com/app/1809/
+
====Test Dataset====
@@ -11616,11 +12173,13 @@ GCP Oauth token abuse detection will only work if there are access policies in p
====Reference====
+
* https://www.netskope.com/blog/gcp-oauth-token-hijacking-in-google-cloud-part-1
* https://www.netskope.com/blog/gcp-oauth-token-hijacking-in-google-cloud-part-2
+
====Test Dataset====
@@ -11704,9 +12263,11 @@ Administrators can create memory dumps for debugging purposes, but memory dumps
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -11791,6 +12352,7 @@ False positives may be present and filtering will need to occur by parent proces
====Reference====
+
* https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadfile?view=net-5.0
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
@@ -11798,6 +12360,7 @@ False positives may be present and filtering will need to occur by parent proces
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1059.001/T1059.001.md
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -11884,6 +12447,7 @@ False positives may be present and filtering will need to occur by parent proces
====Reference====
+
* https://docs.microsoft.com/en-us/dotnet/api/system.net.webclient.downloadstring?view=net-5.0
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
@@ -11891,6 +12455,7 @@ False positives may be present and filtering will need to occur by parent proces
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1059.001/T1059.001.md
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -12005,11 +12570,13 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
* https://adsecurity.org/?p=1275
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1555/applying_stolen_credentials/logAllMimikatzModules.log
@@ -12124,9 +12691,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1555/applying_stolen_credentials/logAllPowerSploitModulesWithOldNames.log
@@ -12221,9 +12790,11 @@ None identified.
====Reference====
+
* https://github.com/MichaelGrafnetter/DSInternals
+
====Test Dataset====
@@ -12304,87 +12875,6 @@ There may be legitimate reasons for administrators to add a certificate to the u
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1553.004/atomic_red_team/windows-sysmon.log
-''version'': 6
-
-
-
-----
-
-===Attempt to set default powershell execution policy to unrestricted or bypass===
-Monitor for changes of the ExecutionPolicy in the registry to the values "unrestricted" or "bypass," which allows the execution of malicious scripts.
-
-* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
-* '''Datamodel''': Endpoint
-* '''ATT&CK''': [https://attack.mitre.org/techniques/T1059.001/ T1059.001]
-* '''Last Updated''': 2020-11-06
-
-
-
-
-====Search====
-
-| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Registry where Registry.registry_path=*Software\\Microsoft\\Powershell\\1\\ShellIds\\Microsoft.PowerShell* Registry.registry_key_name=ExecutionPolicy (Registry.registry_value_name=Unrestricted OR Registry.registry_value_name=Bypass) by Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.dest
-| `drop_dm_object_name(Registry)`
-| `security_content_ctime(firstTime)`
-|`security_content_ctime(lastTime)`
-| `attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass_filter`
-
-====Associated Analytic Story====
-
-* [[Documentation:ESSOC:stories:UseCase#Malicious_PowerShell|Malicious PowerShell]]
-
-* [[Documentation:ESSOC:stories:UseCase#Credential_Dumping|Credential Dumping]]
-
-* [[Documentation:ESSOC:stories:UseCase#HAFNIUM_Group|HAFNIUM Group]]
-
-
-====How To Implement====
-You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Registry node. You must also be ingesting logs with the fields registry_path, registry_key_name, and registry_value_name from your endpoints.
-
-====Required field====
-
-* _time
-
-* Registry.registry_path
-
-* Registry.registry_key_name
-
-* Registry.registry_value_name
-
-* Registry.dest
-
-
-
-====ATT&CK====
-{|
-! style="text-align:left;"| ID
-! Technique
-! Tactic
-|-
-| T1059.001
-| PowerShell
-| Execution
-|}
-
-
-====Kill Chain Phase====
-
-* Installation
-
-* Actions on Objectives
-
-
-====Known False Positives====
-Administrators may attempt to change the default execution policy on a system for a variety of reasons. However, setting the policy to "unrestricted" or "bypass" as this search is designed to identify, would be unusual. Hits should be reviewed and investigated as appropriate.
-
-====Reference====
-
-
-====Test Dataset====
-
-* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/powershell_execution_policy/windows-sysmon.log
-
-
''version'': 6
@@ -12608,9 +13098,11 @@ None identified.
====Reference====
+
* https://github.com/splunk/security_content/blob/55a17c65f9f56c2220000b62701765422b46125d/detections/attempted_credential_dump_from_registry_via_reg_exe.yml
+
====Test Dataset====
@@ -12687,9 +13179,11 @@ Administrators may modify the boot configuration.
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md#atomic-test-4---windows---disable-windows-recovery-console-repair
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1490/atomic_red_team/windows-sysmon.log
@@ -12766,6 +13260,7 @@ Limited false positives will be present. Typically, applications will use `BitsA
====Reference====
+
* https://attack.mitre.org/techniques/T1197/
* https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/bitsadmin
@@ -12775,6 +13270,7 @@ Limited false positives will be present. Typically, applications will use `BitsA
* https://lolbas-project.github.io/lolbas/Binaries/Bitsadmin/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1197/atomic_red_team/windows-sysmon.log
@@ -12857,6 +13353,7 @@ Limited false positives, however it may be required to filter based on parent pr
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/8eb52117b748d378325f7719554a896e37bccec7/atomics/T1105/T1105.md#atomic-test-9---windows---bitsadmin-bits-download
* https://github.com/redcanaryco/atomic-red-team/blob/bc705cb7aaa5f26f2d96585fac8e4c7052df0ff9/atomics/T1197/T1197.md
@@ -12866,6 +13363,7 @@ Limited false positives, however it may be required to filter based on parent pr
* https://thedfirreport.com/2021/03/29/sodinokibi-aka-revil-ransomware/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1197/atomic_red_team/windows-sysmon.log
@@ -13019,6 +13517,7 @@ Limited false positives in most environments, however tune as needed based on pa
====Reference====
+
* https://attack.mitre.org/techniques/T1105/
* https://www.avira.com/en/blog/certutil-abused-by-attackers-to-spread-threats
@@ -13026,6 +13525,7 @@ Limited false positives in most environments, however tune as needed based on pa
* https://www.fireeye.com/blog/threat-research/2019/10/certutil-qualms-they-came-to-drop-fombs.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1105/atomic_red_team/windows-sysmon.log
@@ -13102,6 +13602,7 @@ Limited false positives in most environments, however tune as needed based on pa
====Reference====
+
* https://attack.mitre.org/techniques/T1105/
* https://www.hexacorn.com/blog/2020/08/23/certutil-one-more-gui-lolbin/
@@ -13111,6 +13612,7 @@ Limited false positives in most environments, however tune as needed based on pa
* https://www.avira.com/en/blog/certutil-abused-by-attackers-to-spread-threats
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1105/atomic_red_team/windows-sysmon.log
@@ -13187,6 +13689,7 @@ Typically seen used to `encode` files, but it is possible to see legitimate use
====Reference====
+
* https://attack.mitre.org/techniques/T1140/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1140/T1140.md
@@ -13196,6 +13699,7 @@ Typically seen used to `encode` files, but it is possible to see legitimate use
* https://www.bleepingcomputer.com/news/security/certutilexe-could-allow-attackers-to-download-malware-while-bypassing-av/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1140/atomic_red_team/windows-sysmon.log
@@ -13419,11 +13923,13 @@ Operators can execute third party tools using these parameters.
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_b/windows-sysmon.log
@@ -13501,11 +14007,13 @@ unknown
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-system.log
@@ -13585,6 +14093,7 @@ The idea of using named pipes with Cobalt Strike is to blend in. Therefore, some
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://docs.microsoft.com/en-us/windows/win32/ipc/named-pipes
@@ -13596,6 +14105,7 @@ The idea of using named pipes with Cobalt Strike is to blend in. Therefore, some
* https://gist.github.com/MHaggis/6c600e524045a6d49c35291a21e10752
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -13843,9 +14353,11 @@ Other tools can access LSASS for legitimate reasons and generate an event. In th
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -13925,11 +14437,13 @@ unknown
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-system.log
@@ -14088,9 +14602,11 @@ Administrators often leverage net.exe to create or delete network shares. You sh
====Reference====
+
* https://attack.mitre.org/techniques/T1070/005
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1070.005/atomic_red_team/windows-sysmon.log
@@ -14171,9 +14687,11 @@ Legitimate administrator usage of Vssadmin or Wmic will create false positives.
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -14248,9 +14766,11 @@ Legtimate administrator usage of wmic to create a shadow copy.
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -14327,6 +14847,7 @@ Administrators can create memory dumps for debugging purposes, but memory dumps
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.001/T1003.001.md#atomic-test-5---dump-lsassexe-memory-using-windows-task-manager
* https://attack.mitre.org/techniques/T1003/001/
@@ -14334,6 +14855,7 @@ Administrators can create memory dumps for debugging purposes, but memory dumps
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -14414,9 +14936,11 @@ unknown
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -14497,9 +15021,11 @@ unknown
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
@@ -14825,9 +15351,11 @@ None identified.
====Reference====
+
* https://github.com/MichaelGrafnetter/DSInternals
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllDSInternalsModules.log
@@ -14910,9 +15438,11 @@ None identified.
====Reference====
+
* https://github.com/MichaelGrafnetter/DSInternals
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllDSInternalsModules.log
@@ -14989,9 +15519,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllMimikatzModules.log
@@ -15068,9 +15600,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllPowerSploitModulesWithOldNames.log
@@ -15151,9 +15685,11 @@ Although unlikely, using debuggers this way may be indicative of developers anal
====Reference====
+
* https://medium.com/@clermont1050/covid-19-cyber-infection-c615ead7c29
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logLiveKDFullKernelDump.log
@@ -15316,6 +15852,97 @@ None identified.
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logPowerShellModule.log
+''version'': 1
+
+
+
+----
+
+===Dllhost with no command line arguments with network===
+The following analytic identifies DLLHost.exe with no command line arguments with a network connection. It is unusual for DLLHost.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, triage any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. DLLHost.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1055/ T1055]
+* '''Last Updated''': 2021-04-19
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=dllhost.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(dllhost\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `dllhost_with_no_command_line_arguments_with_network_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Cobalt_Strike|Cobalt Strike]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `port` node.
+
+====Required field====
+
+* _time
+
+* EventID
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1055
+| Process Injection
+| Defense Evasion, Privilege Escalation
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+Although unlikely, some legitimate third party applications may use a moved copy of dllhost, triggering a false positive.
+
+====Reference====
+
+
+* https://raw.githubusercontent.com/threatexpress/malleable-c2/c3385e481159a759f79b8acfe11acf240893b830/jquery-c2.4.2.profile
+
+* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon_dllhost.log
+
+
''version'': 1
@@ -15390,6 +16017,7 @@ Limited false positives. If there is a true false positive, filter based on comm
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1482/T1482.md
* http://www.harmj0y.net/blog/redteaming/a-guide-to-attacking-domain-trusts/
@@ -15399,6 +16027,7 @@ Limited false positives. If there is a true false positive, filter based on comm
* https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc754232(v=ws.11)
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1482/atomic_red_team/windows-sysmon.log
@@ -15626,9 +16255,11 @@ unknown
====Reference====
+
* https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
+
====Test Dataset====
@@ -15694,9 +16325,11 @@ If sudoedit is throwing segfaults for other reasons this will pick those up too.
====Reference====
+
* https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
+
====Test Dataset====
@@ -15760,9 +16393,11 @@ unknown
====Reference====
+
* https://blog.qualys.com/vulnerabilities-research/2021/01/26/cve-2021-3156-heap-based-buffer-overflow-in-sudo-baron-samedit
+
====Test Dataset====
@@ -15834,9 +16469,11 @@ None thus far found
====Reference====
+
* https://www.lares.com/blog/from-lares-labs-defensive-guidance-for-zerologon-cve-2020-1472/
+
====Test Dataset====
@@ -15994,9 +16631,11 @@ None identified.
====Reference====
+
* https://2017.zeronights.org/wp-content/uploads/materials/ZN17_Kheirkhabarov_Hunting_for_Credentials_Dumping_in_Windows_Environment.pdf
+
====Test Dataset====
@@ -16231,9 +16870,11 @@ The query is structured in a way that `action` (read, create) is not defined. Re
====Reference====
+
* https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/Sample%20Data/Feeds/MSTICIoCs-ExchangeServerVulnerabilitiesDisclosedMarch2021.csv
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon_proxylogon.log
@@ -16316,6 +16957,7 @@ Although unlikely a renamed instance of hh.exe will be used legitimately, filter
====Reference====
+
* https://attack.mitre.org/techniques/T1218/001/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
@@ -16323,6 +16965,7 @@ Although unlikely a renamed instance of hh.exe will be used legitimately, filter
* https://lolbas-project.github.io/lolbas/Binaries/Hh/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -16405,6 +17048,7 @@ Although unlikely, some legitimate applications (ex. web browsers) may spawn a c
====Reference====
+
* https://attack.mitre.org/techniques/T1218/001/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
@@ -16416,6 +17060,7 @@ Although unlikely, some legitimate applications (ex. web browsers) may spawn a c
* https://cyberforensicator.com/2019/01/20/silence-dissecting-malicious-chm-files-and-performing-forensic-analysis/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -16496,6 +17141,7 @@ Although unlikely, some legitimate applications may retrieve a CHM remotely, fil
====Reference====
+
* https://attack.mitre.org/techniques/T1218/001/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
@@ -16509,6 +17155,7 @@ Although unlikely, some legitimate applications may retrieve a CHM remotely, fil
* https://cyberforensicator.com/2019/01/20/silence-dissecting-malicious-chm-files-and-performing-forensic-analysis/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -16587,6 +17234,7 @@ It is rare to see instances of InfoTech Storage Handlers being used, but it does
====Reference====
+
* https://attack.mitre.org/techniques/T1218/001/
* https://www.kb.cert.org/vuls/id/851869
@@ -16600,6 +17248,7 @@ It is rare to see instances of InfoTech Storage Handlers being used, but it does
* https://cyberforensicator.com/2019/01/20/silence-dissecting-malicious-chm-files-and-performing-forensic-analysis/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.001/atomic_red_team/windows-sysmon.log
@@ -16679,9 +17328,11 @@ Older systems that support kerberos RC4 by default NetApp may generate false pos
====Reference====
+
* Initial ESCU implementation by Jose Hernandez and Patrick Bareiss
+
====Test Dataset====
@@ -16756,6 +17407,7 @@ It is possible legitimate applications may perform this behavior and will need t
====Reference====
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
@@ -16763,6 +17415,7 @@ It is possible legitimate applications may perform this behavior and will need t
* https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-extidx-prot-implementing
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -16844,9 +17497,11 @@ Other tools can import the same DLLs. These tools should be part of a whitelist.
====Reference====
+
* https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -16942,7 +17597,7 @@ The activity may be legitimate. For this reason, it's best to verify the account
----
-===Detect oulook exe writing a zip file===
+===Detect outlook exe writing a zip file===
This search looks for execution of process `outlook.exe` where the process is writing a `.zip` file to the disk.
* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
@@ -16970,11 +17625,11 @@ This search looks for execution of process `outlook.exe` where the process is wr
| fields malicious_id outlook_id dest file_path file_name file_hash count file_id]
| table firstTime lastTime user malicious_id outlook_id process_name parent_process_name file_name file_path
| where file_name != ""
-| `detect_oulook_exe_writing_a__zip_file_filter`
+| `detect_outlook_exe_writing_a_zip_file_filter`
====Associated Analytic Story====
-* [[Documentation:ESSOC:stories:UseCase#Phishing_Payloads|Phishing Payloads]]
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
====How To Implement====
@@ -17103,9 +17758,11 @@ Legitimate logon activity by authorized NTLM systems may be detected by this sea
====Reference====
+
* Initial ESCU implementation by Bhavin Patel and Patrick Bareiss
+
====Test Dataset====
@@ -17187,9 +17844,11 @@ unknown
====Reference====
+
* https://medium.com/@SumitVerma101/windows-privilege-escalation-part-1-unquoted-service-path-c7a011a8d8ae
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1574.009/atomic_red_team/windows-sysmon.log
@@ -17593,6 +18252,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -17602,6 +18262,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
* https://lolbas-project.github.io/lolbas/Binaries/Regasm/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -17684,6 +18345,7 @@ Although unlikely, limited instances of regasm.exe with a network connection may
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -17691,6 +18353,7 @@ Although unlikely, limited instances of regasm.exe with a network connection may
* https://lolbas-project.github.io/lolbas/Binaries/Regasm/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -17778,6 +18441,7 @@ Although unlikely, limited instances of regasm.exe or may cause a false positive
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -17785,6 +18449,7 @@ Although unlikely, limited instances of regasm.exe or may cause a false positive
* https://lolbas-project.github.io/lolbas/Binaries/Regasm/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -17867,6 +18532,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -17874,6 +18540,7 @@ Although unlikely, limited instances of regasm.exe or regsvcs.exe may cause a fa
* https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -17954,6 +18621,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -17961,6 +18629,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
* https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -18050,6 +18719,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
====Reference====
+
* https://attack.mitre.org/techniques/T1218/009/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.009/T1218.009.md
@@ -18057,6 +18727,7 @@ Although unlikely, limited instances of regsvcs.exe may cause a false positive.
* https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.009/atomic_red_team/windows-sysmon.log
@@ -18140,6 +18811,7 @@ Limited false positives related to third party software registering .DLL's.
====Reference====
+
* https://attack.mitre.org/techniques/T1218/010/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.010/T1218.010.md
@@ -18149,6 +18821,7 @@ Limited false positives related to third party software registering .DLL's.
* https://support.microsoft.com/en-us/topic/how-to-use-the-regsvr32-tool-and-troubleshoot-regsvr32-error-messages-a98d960a-7392-e6fe-d90a-3f4e0cb543e5
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.010/atomic_red_team/windows-sysmon.log
@@ -18223,6 +18896,7 @@ Although unlikely, some legitimate applications may use advpack.dll or ieadvpack
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -18234,6 +18908,7 @@ Although unlikely, some legitimate applications may use advpack.dll or ieadvpack
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -18308,6 +18983,7 @@ Although unlikely, some legitimate applications may use setupapi triggering a fa
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -18319,6 +18995,7 @@ Although unlikely, some legitimate applications may use setupapi triggering a fa
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -18393,6 +19070,7 @@ Although unlikely, some legitimate applications may use syssetup.dll, triggering
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -18404,6 +19082,7 @@ Although unlikely, some legitimate applications may use syssetup.dll, triggering
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -18484,6 +19163,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
====Reference====
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
@@ -18491,6 +19171,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
* https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-extidx-prot-implementing
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -18650,6 +19331,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
====Reference====
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
@@ -18657,6 +19339,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
* https://docs.microsoft.com/en-us/windows/win32/search/-search-3x-wds-extidx-prot-implementing
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -18739,11 +19422,13 @@ Although unlikely, some legitimate applications may use a moved copy of mshta.ex
====Reference====
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -18980,9 +19665,11 @@ admin may disable this application for non technical user.
====Reference====
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19067,9 +19754,11 @@ unknown
====Reference====
+
* https://www.sophos.com/en-us/threat-center/threat-analyses/viruses-and-spyware/W32~Tiotua-P/detailed-analysis.aspx
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19150,9 +19839,11 @@ admin or user may choose to disable this windows features.
====Reference====
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19233,9 +19924,11 @@ admin or user may choose to disable this windows features.
====Reference====
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19316,9 +20009,11 @@ admin may disable this application for non technical user.
====Reference====
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19399,9 +20094,11 @@ admin may disable this application for non technical user.
====Reference====
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19488,9 +20185,11 @@ admin may disable firewall during testing or fixing network problem.
====Reference====
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.htm
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19571,9 +20270,11 @@ admin may disable this application for non technical user.
====Reference====
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19654,11 +20355,13 @@ admin may disable this application for non technical user.
====Reference====
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
* https://blog.malwarebytes.com/detections/pum-optional-norun/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19818,9 +20521,11 @@ in some cases admin can disable systemrestore on a machine.
====Reference====
+
* https://tccontre.blogspot.com/2020/01/remcos-rat-evading-windows-defender-av.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19901,11 +20606,13 @@ admin may disable this application for non technical user.
====Reference====
+
* https://any.run/report/ea4ea08407d4ee72e009103a3b77e5a09412b722fdef67315ea63f22011152af/a866d7b1-c236-4f26-a391-5ae32213dfc4#registry
* https://blog.talosintelligence.com/2020/05/threat-roundup-0424-0501.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/win_app_defender_disabling/windows-security.log
@@ -19988,11 +20695,13 @@ None identified.
====Reference====
+
* https://modexp.wordpress.com/2019/08/30/minidumpwritedump-via-com-services-dll/
* https://twitter.com/SBousseaden/status/1167417096374050817
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -20070,6 +20779,7 @@ None identified.
====Reference====
+
* https://attack.mitre.org/techniques/T1003/001/
* https://docs.microsoft.com/en-us/sysinternals/downloads/procdump
@@ -20077,6 +20787,7 @@ None identified.
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.001/T1003.001.md#atomic-test-2---dump-lsassexe-memory-using-procdump
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -20158,6 +20869,7 @@ None identified.
====Reference====
+
* https://attack.mitre.org/techniques/T1003/001/
* https://docs.microsoft.com/en-us/sysinternals/downloads/procdump
@@ -20165,6 +20877,7 @@ None identified.
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.001/T1003.001.md#atomic-test-2---dump-lsassexe-memory-using-procdump
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.001/atomic_red_team/windows-sysmon.log
@@ -20243,6 +20956,7 @@ Some false positives may be present and will need to be filtered.
====Reference====
+
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1548.002/T1548.002.md
@@ -20252,11 +20966,182 @@ Some false positives may be present and will need to be filtered.
* https://enigma0x3.net/2016/08/15/fileless-uac-bypass-using-eventvwr-exe-and-registry-hijacking/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548.002/atomic_red_team/windows-sysmon.log
+''version'': 1
+
+
+
+----
+
+===Excel spawning powershell===
+The following detection identifies Microsoft Excel spawning PowerShell. Typically, this is not common behavior and not default with Excel.exe. Excel.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). PowerShell spawning from Excel.exe is common for a spearphishing attachment and is actively used. Albeit, the command executed will most likely be encoded and captured via another detection. During triage, review parallel processes and identify any files that may have been written.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1003.002/ T1003.002]
+* '''Last Updated''': 2021-04-12
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count values(Processes.process) min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="excel.exe" Processes.process_name IN ("powershell.exe", "pwsh.exe") by Processes.parent_process Processes.process_name Processes.user Processes.dest
+| `drop_dm_object_name("Processes")`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `excel_spawning_powershell_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1003.002
+| Security Account Manager
+| Credential Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+False positives should be limited, but if any are present, filter as needed.
+
+====Reference====
+
+
+* https://redcanary.com/threat-detection-report/techniques/powershell/
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Excel spawning windows script host===
+The following detection identifies Microsoft Excel spawning Windows Script Host - `cscript.exe` or `wscript.exe`. Typically, this is not common behavior and not default with Excel.exe. Excel.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). `cscript.exe` or `wscript.exe` default location is `c:\windows\system32\` or c:windows\syswow64`. `cscript.exe` or `wscript.exe` spawning from Excel.exe is common for a spearphishing attachment and is actively used. Albeit, the command-line executed will most likely be obfuscated and captured via another detection. During triage, review parallel processes and identify any files that may have been written. Review the reputation of the remote destination and block accordingly.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1003.002/ T1003.002]
+* '''Last Updated''': 2021-04-12
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count values(Processes.process) min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="excel.exe" Processes.process_name IN ("cscript.exe", "wscript.exe") by Processes.parent_process Processes.process_name Processes.user Processes.dest
+| `drop_dm_object_name("Processes")`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `excel_spawning_windows_script_host_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1003.002
+| Security Account Manager
+| Credential Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+False positives should be limited, but if any are present, filter as needed. In some instances, `cscript.exe` is used for legitimate business practices.
+
+====Reference====
+
+
+* https://app.any.run/tasks/8ecfbc29-03d0-421c-a5bf-3905d29192a2/
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
''version'': 1
@@ -20735,6 +21620,7 @@ Limited to no false positives are expected.
====Reference====
+
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1548.002/T1548.002.md
@@ -20744,11 +21630,103 @@ Limited to no false positives are expected.
* https://attack.mitre.org/techniques/T1548/002
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548.002/atomic_red_team/windows-sysmon.log
+''version'': 1
+
+
+
+----
+
+===Gpupdate with no command line arguments with network===
+The following analytic identifies gpupdate.exe with no command line arguments and with a network connection. It is unusual for gpupdate.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, triage any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. gpupdate.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1055/ T1055]
+* '''Last Updated''': 2021-04-19
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=gpupdate.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(gpupdate\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `gpupdate_with_no_command_line_arguments_with_network_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Cobalt_Strike|Cobalt Strike]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* EventID
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1055
+| Process Injection
+| Defense Evasion, Privilege Escalation
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+Limited false positives may be present in small environments. Tuning may be required based on parent process.
+
+====Reference====
+
+
+* https://raw.githubusercontent.com/xx0hcd/Malleable-C2-Profiles/0ef8cf4556e26f6d4190c56ba697c2159faa5822/crimeware/trick_ryuk.profile
+
+* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
+
+
''version'': 1
@@ -20901,11 +21879,13 @@ user may delete bunch of pictures or files in a folder.
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -20981,11 +21961,13 @@ admin or user tool that can terminate multiple process.
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -21072,9 +22054,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1021/illegal_access_to_content/logAllPowerSploitModulesWithOldNames.log
@@ -21149,9 +22133,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1585/illegal_account_creation/logAllPowerSploitModulesWithOldNames.log
@@ -21226,9 +22212,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1070/illegal_log_deletion/logAllMimikatzModules.log
@@ -21307,9 +22295,11 @@ None identified.
====Reference====
+
* https://github.com/MichaelGrafnetter/DSInternals
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllDSInternalsModules.log
@@ -21392,9 +22382,11 @@ None identified.
====Reference====
+
* https://github.com/MichaelGrafnetter/DSInternals
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1484/logAllDSInternalsModules.log
@@ -21478,9 +22470,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1484/logAllPowerSploitModulesWithOldNames.log
@@ -21565,9 +22559,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548/logAllPowerSploitModulesWithOldNames.log
@@ -21646,9 +22642,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1548/logAllMimikatzModules.log
@@ -21731,9 +22729,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllMimikatzModules.log
@@ -21819,9 +22819,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003/credential_extraction/logAllPowerSploitModulesWithOldNames.log
@@ -21899,11 +22901,13 @@ Older systems that support kerberos RC4 by default NetApp may generate false pos
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1208/T1208.md
* https://www.trimarcsecurity.com/post/trimarcresearch-detecting-kerberoasting-activity
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1558.003/atomic_red_team/windows-security.log
@@ -22390,6 +23394,7 @@ Creating a hidden powershell service is rare and could key off of those instance
====Reference====
+
* https://www.fireeye.com/content/dam/fireeye-www/blog/pdfs/dosfuscation-report.pdf
* http://az4n6.blogspot.com/2017/
@@ -22397,6 +23402,7 @@ Creating a hidden powershell service is rare and could key off of those instance
* https://www.danielbohannon.com/blog-1/2017/3/12/powershell-execution-argument-obfuscation-how-it-can-make-detection-easier
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1569.002/atomic_red_team/windows-system.log
@@ -22556,9 +23562,11 @@ Some administrative tasks may involve multiple use of LOLBAS applications in a s
====Reference====
+
* https://github.com/LOLBAS-Project/LOLBAS/tree/master/yml/OSBinaries
+
====Test Dataset====
@@ -22639,6 +23647,7 @@ Administrators may use nltest for troubleshooting purposes, otherwise, rarely us
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1482/T1482.md
* https://malware.news/t/lets-learn-trickbot-implements-network-collector-module-leveraging-cmd-wmi-ldap/19104
@@ -22654,6 +23663,7 @@ Administrators may use nltest for troubleshooting purposes, otherwise, rarely us
* https://thedfirreport.com/2020/10/08/ryuks-return/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1482/atomic_red_team/windows-sysmon.log
@@ -22736,6 +23746,7 @@ Limited false positives may be present. Filter as needed based on initial analys
====Reference====
+
* https://github.com/samratashok/nishang/blob/master/Shells/Invoke-PowerShellTcpOneLine.ps1
* https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/
@@ -22745,6 +23756,7 @@ Limited false positives may be present. Filter as needed based on initial analys
* https://blog.rapid7.com/2021/03/03/rapid7s-insightidr-enables-detection-and-response-to-microsoft-exchange-0-day/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/atomic_red_team/windows-sysmon.log
@@ -22829,6 +23841,7 @@ Highly possible Server Administrators will troubleshoot with ntdsutil.exe, gener
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003.003/T1003.003.md#atomic-test-3---dump-active-directory-database-with-ntdsutil
* https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/cc753343(v=ws.11)
@@ -22838,11 +23851,446 @@ Highly possible Server Administrators will troubleshoot with ntdsutil.exe, gener
* https://strontic.github.io/xcyclopedia/library/vss_ps.dll-97B15BDAE9777F454C9A6BA25E938DB3.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1003.003/atomic_red_team/windows-sysmon.log
+''version'': 1
+
+
+
+----
+
+===Office application spawn rundll32 process===
+this detection was designed to identifies suspicious spawned process of known MS office application due to macro or malicious code. this technique can be seen in so many malware like trickbot that used MS office as its weapon or attack vector to initially infect the machines.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-13
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count values(Processes.process) min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where (Processes.parent_process_name = "winword.exe" OR Processes.parent_process_name = "excel.exe" OR Processes.parent_process_name = "powerpnt.exe" OR Processes.parent_process_name = "wordpad.exe") Processes.process_name=rundll32.exe by Processes.parent_process Processes.process_name Processes.process_id Processes.process_guid Processes.user Processes.dest
+| `drop_dm_object_name("Processes")`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `office_application_spawn_rundll32_process_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA.
+
+====Required field====
+
+* Processes.process
+
+* Processes.parent_process_name
+
+* _time
+
+* Processes.process_name
+
+* Processes.dest
+
+* Processes.user
+
+* Processes.process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+unknown
+
+====Reference====
+
+
+* https://any.run/malware-trends/trickbot
+
+* https://any.run/report/47561b4e949041eff0a0f4693c59c81726591779fe21183ae9185b5eb6a69847/aba3722a-b373-4dae-8273-8730fb40cdbe
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Office document creating schedule task===
+this search detects a potential malicious office document that create schedule task entry through macro VBA api or through loading taskschd.dll. This technique was seen in so many malicious macro malware that create persistence , beaconing using task schedule malware entry The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not. schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`. The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it's possible a scheduled task is being registered within that process context in memory. Upon triage, identify the task scheduled source. Was it schtasks.exe or via TaskService? Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.'
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-14
+
+
+
+
+====Search====
+`sysmon` EventCode=7 process_name IN ("WINWORD.EXE", "EXCEL.EXE", "POWERPNT.EXE", "wordpad.exe") ImageLoaded = "*\\taskschd.dll"
+| stats min(_time) as firstTime max(_time) as lastTime values(ImageLoaded) as AllImageLoaded count by Computer EventCode Image process_name ProcessId ProcessGuid
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_document_creating_schedule_task_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting logs with the process name and ImageLoaded (Like sysmon EventCode 7) from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Also be sure to include those monitored dll to your own sysmon config.
+
+====Required field====
+
+* ImageLoaded
+
+* AllImageLoaded
+
+* Computer
+
+* EventCode
+
+* Image
+
+* process_name
+
+* ProcessId
+
+* ProcessGuid
+
+* _time
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+unknown
+
+====Reference====
+
+
+* https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/
+
+* https://redcanary.com/threat-detection-report/techniques/scheduled-task-job/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Office document executing macro code===
+this detection was designed to identifies suspicious office documents that using macro code. Macro code is known to be one of the prevalent weaponization or attack vector of threat actor. This malicious macro code is embed to a office document as an attachment that may execute malicious payload, download malware payload or other malware component. It is really good practice to disable macro by default to avoid automatically execute macro code while opening or closing a office document files.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-14
+
+
+
+
+====Search====
+`sysmon` EventCode=7 process_name IN ("WINWORD.EXE", "EXCEL.EXE", "POWERPNT.EXE", "wordpad.exe") ImageLoaded IN ("*\\VBE7INTL.DLL","*\\VBE7.DLL", "*\\VBEUI.DLL")
+| stats min(_time) as firstTime max(_time) as lastTime values(ImageLoaded) as AllImageLoaded count by Computer EventCode Image process_name ProcessId ProcessGuid
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_document_executing_macro_code_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting logs with the process name and ImageLoaded (Like sysmon EventCode 7) from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Also be sure to include those monitored dll to your own sysmon config.
+
+====Required field====
+
+* ImageLoaded
+
+* AllImageLoaded
+
+* Computer
+
+* EventCode
+
+* Image
+
+* process_name
+
+* ProcessId
+
+* ProcessGuid
+
+* _time
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+Normal Office Document macro use for automation
+
+====Reference====
+
+
+* https://www.joesandbox.com/analysis/386500/0/html
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Office document spawned child process to download===
+this search is to detect potential malicious office document executing lolbin child process to download payload or other malware. Since most of the attacker abused the capability of office document to execute living on land application to blend it to the normal noise in the infected machine to cover its track.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-16
+
+
+
+
+====Search====
+`sysmon` EventCode=1 parent_process_name IN ("powerpnt.exe", "winword.exe", "excel.exe", "visio.exe", "wordpad.exe") process_name = "*.exe" cmdline IN ("*http:*","*https:*") NOT(OriginalFileName IN("*\\firefox.exe", "*\\chrome.exe","*\\iexplore.exe","*\\msedge.exe"))
+| stats min(_time) as firstTime max(_time) as lastTime count by parent_process_name process_name parent_process cmdline process_id OriginalFileName ProcessGuid Computer EventCode
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_document_spawned_child_process_to_download_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting logs with the process name, parent process, and command-line executions from your endpoints. If you are using Sysmon, you must have at least version 6.0.4 of the Sysmon TA. Tune and filter known instances office application and browser may be used.
+
+====Required field====
+
+* _time
+
+* parent_process_name
+
+* process_name
+
+* parent_process
+
+* cmdline
+
+* process_id
+
+* OriginalFileName
+
+* ProcessGuid
+
+* Computer
+
+* EventCode
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+default browser not in the filter list
+
+====Reference====
+
+
+* https://app.any.run/tasks/92d7ef61-bfd7-4c92-bc15-322172b4ebec/#
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/datasets2/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Office product spawning rundll32 with no dll===
+The following detection identifies the latest behavior utilized by IcedID malware family. This detection identifies any Windows Office Product spawning `rundll32.exe` without a `.dll` file extension. In malicious instances, the command-line of `rundll32.exe` will look like `rundll32 ..\oepddl.igk2,DllRegisterServer`. In addition, Threat Research has released a detection identifying the use of `DllRegisterServer` on the command-line of `rundll32.exe`. In this instance, we narrow our detection down to the Office suite as a parent process. During triage, review all file modifications. Capture and analyze the `DLL` that was dropped to disk. The Office Product will have reached out to a remote destination, capture and block the IPs or domain. Review additional parallel processes for further activity.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-22
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name IN ("winword.exe","excel.exe","powerpnt.exe","mspub.exe","visio.exe") Processes.process_name=rundll32.exe (Processes.process!=*.dll*) by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `office_product_spawning_rundll32_with_no_dll_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+False positives should be limited, but if any are present, filter as needed.
+
+====Reference====
+
+
+* https://www.joesandbox.com/analysis/395471/0/html
+
+* https://app.any.run/tasks/cef4b8ba-023c-4b3b-b2ef-6486a44f6ed9/
+
+* https://any.run/malware-trends/icedid
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon_icedid.log
+
+
''version'': 1
@@ -22989,11 +24437,13 @@ Limited false positives. It is possible administrators will utilize Start-BitsTr
====Reference====
+
* https://isc.sans.edu/diary/Investigating+Microsoft+BITS+Activity/23281
* https://docs.microsoft.com/en-us/windows/win32/bits/using-windows-powershell-to-create-bits-transfer-jobs
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1197/atomic_red_team/windows-sysmon.log
@@ -23072,9 +24522,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -23112,7 +24564,7 @@ This search looks for a process launching an `*.lnk` file under `C:\User*` or `*
====Associated Analytic Story====
-* [[Documentation:ESSOC:stories:UseCase#Phishing_Payloads|Phishing Payloads]]
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
====How To Implement====
@@ -23162,11 +24614,13 @@ This detection should yield little or no false positive results. It is uncommon
====Reference====
+
* https://attack.mitre.org/techniques/T1566/001/
* https://www.trendmicro.com/en_us/research/17/e/rising-trend-attackers-using-lnk-files-download-malware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.002/lnk_file_temp_folder/windows-sysmon.log
@@ -23252,11 +24706,13 @@ unknown
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -23562,110 +25018,18 @@ unknown
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
-''version'': 1
-
-
-
-----
-
-===Rare parent-child process relationship===
-An attacker may use LOLBAS tools spawned from vulnerable applications not typically used by system administrators. This search leverages the Splunk Streaming ML DSP plugin to find rare parent/child relationships. The list of application has been extracted from https://github.com/LOLBAS-Project/LOLBAS/tree/master/yml/OSBinaries
-
-* '''Product''': Splunk Behavioral Analytics
-* '''Datamodel''':
-* '''ATT&CK''': [https://attack.mitre.org/techniques/T1203/ T1203], [https://attack.mitre.org/techniques/T1059/ T1059], [https://attack.mitre.org/techniques/T1053/ T1053], [https://attack.mitre.org/techniques/T1072/ T1072]
-* '''Last Updated''': 2020-08-13
-
-
-
-
-====Search====
-
-| from read_ssa_enriched_events()
-| eval timestamp=parse_long(ucast(map_get(input_event, "_time"), "string", null))
-| eval parent_process=lower(ucast(map_get(input_event, "parent_process_name"), "string", null)), parent_process_name=mvindex(split(parent_process, "\\"), -1), process_name=lower(ucast(map_get(input_event, "process_name"), "string", null)), dest_user_id=ucast(map_get(input_event, "dest_user_id"), "string", null), dest_device_id=ucast(map_get(input_event, "dest_device_id"), "string", null)
-| where parent_process_name!=null
-| select parent_process_name, process_name, timestamp, dest_device_id, dest_user_id
-| conditional_anomaly conditional="parent_process_name" target="process_name"
-| rename output as input
-| where input < 1
-| adaptive_threshold algorithm="quantile" entity="parent_process_name" window=604800000L
-| where label AND quantile<0.1 AND (process_name="powershell.exe" OR process_name="regsvcs.exe" OR process_name="ftp.exe" OR process_name="dfsvc.exe" OR process_name="rasautou.exe" OR process_name="schtasks.exe" OR process_name="xwizard.exe" OR process_name="findstr.exe" OR process_name="esentutl.exe" OR process_name="cscript.exe" OR process_name="reg.exe" OR process_name="csc.exe" OR process_name="atbroker.exe" OR process_name="print.exe" OR process_name="pcwrun.exe" OR process_name="vbc.exe" OR process_name="rpcping.exe" OR process_name="wsreset.exe" OR process_name="ilasm.exe" OR process_name="certutil.exe" OR process_name="replace.exe" OR process_name="mshta.exe" OR process_name="bitsadmin.exe" OR process_name="wscript.exe" OR process_name="ieexec.exe" OR process_name="cmd.exe" OR process_name="microsoft.workflow.compiler.exe" OR process_name="runscripthelper.exe" OR process_name="makecab.exe" OR process_name="forfiles.exe" OR process_name="desktopimgdownldr.exe" OR process_name="control.exe" OR process_name="msbuild.exe" OR process_name="register-cimprovider.exe" OR process_name="tttracer.exe" OR process_name="ie4uinit.exe" OR process_name="sc.exe" OR process_name="bash.exe" OR process_name="hh.exe" OR process_name="cmstp.exe" OR process_name="mmc.exe" OR process_name="jsc.exe" OR process_name="scriptrunner.exe" OR process_name="odbcconf.exe" OR process_name="extexport.exe" OR process_name="msdt.exe" OR process_name="diskshadow.exe" OR process_name="extrac32.exe" OR process_name="eventvwr.exe" OR process_name="mavinject.exe" OR process_name="regasm.exe" OR process_name="gpscript.exe" OR process_name="rundll32.exe" OR process_name="regsvr32.exe" OR process_name="regedit.exe" OR process_name="msiexec.exe" OR process_name="gfxdownloadwrapper.exe" OR process_name="presentationhost.exe" OR process_name="regini.exe" OR process_name="wmic.exe" OR process_name="runonce.exe" OR process_name="syncappvpublishingserver.exe" OR process_name="verclsid.exe" OR process_name="psr.exe" OR process_name="infdefaultinstall.exe" OR process_name="explorer.exe" OR process_name="expand.exe" OR process_name="installutil.exe" OR process_name="netsh.exe" OR process_name="wab.exe" OR process_name="dnscmd.exe" OR process_name="at.exe" OR process_name="pcalua.exe" OR process_name="cmdkey.exe" OR process_name="msconfig.exe")
-
-| eval start_time = timestamp, end_time = timestamp, entities = mvappend(dest_device_id, dest_user_id), body = "TBD"
-| into write_null();
-
-====Associated Analytic Story====
-
-* [[Documentation:ESSOC:stories:UseCase#Unusual_Processes|Unusual Processes]]
-
-
-====How To Implement====
-Collect endpoint data such as sysmon or 4688 events.
-
-====Required field====
-
-* process_name
-
-* parent_process_name
-
-* _time
-
-* dest_device_id
-
-* dest_user_id
-
-
-
-====ATT&CK====
-{|
-! style="text-align:left;"| ID
-! Technique
-! Tactic
-|-
-| T1203
-| Exploitation for Client Execution
-| Execution
-|-
-| T1059
-| Command and Scripting Interpreter
-| Execution
-|-
-| T1053
-| Scheduled Task/Job
-| Execution, Persistence, Privilege Escalation
-|-
-| T1072
-| Software Deployment Tools
-| Execution, Lateral Movement
-|}
-
-
-====Kill Chain Phase====
-
-* Exploitation
-
-
-====Known False Positives====
-Some custom tools used by admins could be used rarely to launch remotely applications. This might trigger false positives at the beginning when it hasn't collected yet enough data to construct the baseline.
-
-
-====Reference====
-
-
-====Test Dataset====
-
-
''version'': 1
@@ -23743,9 +25107,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -23826,9 +25192,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
@@ -23917,9 +25285,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24000,9 +25370,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24075,9 +25447,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
@@ -24178,9 +25552,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24261,9 +25637,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
@@ -24344,9 +25722,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
@@ -24427,9 +25807,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24522,9 +25904,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24605,9 +25989,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24700,9 +26086,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
@@ -24779,9 +26167,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24862,9 +26252,11 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
@@ -24945,11 +26337,13 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
* https://en.wikipedia.org/wiki/Microsoft_Detours
+
====Test Dataset====
@@ -25194,9 +26588,11 @@ There are many legitimate applications that must execute upon system startup and
====Reference====
+
* https://blog.malwarebytes.com/101/2015/12/an-introduction-to-image-file-execution-options/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1546.012/atomic_red_team/windows-sysmon.log
@@ -25506,11 +26902,13 @@ network admin can resize the shadowstorage for valid purposes.
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/10/fin11-email-campaigns-precursor-for-ransomware-data-theft.html
* https://blog.virustotal.com/2020/11/keep-your-friends-close-keep-ransomware.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/clop/clop_a/windows-sysmon.log
@@ -25599,6 +26997,103 @@ While not common, loading a DLL under %AppData% and calling a function by ordina
----
+===Rundll32 with no command line arguments with network===
+The following analytic identifies rundll32.exe with no command line arguments and performing a network connection. It is unusual for rundll32.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, triage any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. Rundll32.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1218.011/ T1218.011]
+* '''Last Updated''': 2021-04-19
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=rundll32.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(rundll32\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `rundll32_with_no_command_line_arguments_with_network_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Suspicious_Rundll32_Activity|Suspicious Rundll32 Activity]]
+
+* [[Documentation:ESSOC:stories:UseCase#Cobalt_Strike|Cobalt Strike]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `port` node.
+
+====Required field====
+
+* _time
+
+* EventID
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1218.011
+| Rundll32
+| Defense Evasion
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+Although unlikely, some legitimate applications may use a moved copy of rundll32, triggering a false positive.
+
+====Reference====
+
+
+* https://attack.mitre.org/techniques/T1218/011/
+
+* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
+
+* https://lolbas-project.github.io/lolbas/Binaries/Rundll32
+
+* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
===Ryuk test files detected===
The search looks for files that contain the key word *Ryuk* under any folder in the C drive, which is consistent with Ryuk propagation.
@@ -25745,6 +27240,7 @@ Limited to no known false positives.
====Reference====
+
* https://www.bleepingcomputer.com/news/security/ryuk-ransomware-uses-wake-on-lan-to-encrypt-offline-devices/
* https://www.bleepingcomputer.com/news/security/ryuk-ransomware-now-self-spreads-to-other-windows-lan-devices/
@@ -25752,6 +27248,7 @@ Limited to no known false positives.
* https://www.cert.ssi.gouv.fr/uploads/CERTFR-2021-CTI-006.pdf
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.003/ryuk/windows-sysmon.log
@@ -26237,6 +27734,174 @@ Although unlikely, administrators may use wmi to launch scripts for legitimate p
----
+===Searchprotocolhost with no command line with network===
+The following analytic identifies searchprotocolhost.exe with no command line arguments and with a network connection. It is unusual for searchprotocolhost.exe to execute with no command line arguments present. This particular behavior is common with malicious software, including Cobalt Strike. During investigation, identify any network connections and parallel processes. Identify any suspicious module loads related to credential dumping or file writes. searchprotocolhost.exe is natively found in C:\Windows\system32 and C:\Windows\syswow64.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1055/ T1055]
+* '''Last Updated''': 2021-04-19
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Processes where Processes.process_name=searchprotocolhost.exe by _time span=1h Processes.process_id Processes.process_name Processes.dest Processes.process_path Processes.process Processes.parent_process_name
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| regex process="(searchprotocolhost\.exe.{0,4}$)"
+| join process_id [
+| tstats `security_content_summariesonly` count FROM datamodel=Endpoint.Ports where Ports.dest_port !="0" by Ports.process_id Ports.dest Ports.dest_port
+| `drop_dm_object_name(Ports)`
+| rename dest as connection_to_CNC]
+| table _time dest parent_process_name process_name process_path process process_id connection_to_CNC dest_port
+| `searchprotocolhost_with_no_command_line_with_network_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Cobalt_Strike|Cobalt Strike]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` and `ports` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest_port
+
+* process_path
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1055
+| Process Injection
+| Defense Evasion, Privilege Escalation
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+Limited false positives may be present in small environments. Tuning may be required based on parent process.
+
+====Reference====
+
+
+* https://github.com/fireeye/red_team_tool_countermeasures/blob/master/rules/PGF/supplemental/hxioc/SUSPICIOUS%20EXECUTION%20OF%20SEARCHPROTOCOLHOST%20(METHODOLOGY).ioc
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon_searchprotocolhost.log
+
+
+''version'': 1
+
+
+
+----
+
+===Set default powershell execution policy to unrestricted or bypass===
+Monitor for changes of the ExecutionPolicy in the registry to the values "unrestricted" or "bypass," which allows the execution of malicious scripts.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1059.001/ T1059.001]
+* '''Last Updated''': 2020-11-06
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Registry where Registry.registry_path=*Software\\Microsoft\\Powershell\\1\\ShellIds\\Microsoft.PowerShell* Registry.registry_key_name=ExecutionPolicy (Registry.registry_value_name=Unrestricted OR Registry.registry_value_name=Bypass) by Registry.registry_path Registry.registry_key_name Registry.registry_value_name Registry.dest
+| `drop_dm_object_name(Registry)`
+| `security_content_ctime(firstTime)`
+|`security_content_ctime(lastTime)`
+| `set_default_powershell_execution_policy_to_unrestricted_or_bypass_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Malicious_PowerShell|Malicious PowerShell]]
+
+* [[Documentation:ESSOC:stories:UseCase#Credential_Dumping|Credential Dumping]]
+
+* [[Documentation:ESSOC:stories:UseCase#HAFNIUM_Group|HAFNIUM Group]]
+
+
+====How To Implement====
+You must be ingesting data that records process activity from your hosts to populate the Endpoint data model in the Registry node. You must also be ingesting logs with the fields registry_path, registry_key_name, and registry_value_name from your endpoints.
+
+====Required field====
+
+* _time
+
+* Registry.registry_path
+
+* Registry.registry_key_name
+
+* Registry.registry_value_name
+
+* Registry.dest
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1059.001
+| PowerShell
+| Execution
+|}
+
+
+====Kill Chain Phase====
+
+* Installation
+
+* Actions on Objectives
+
+
+====Known False Positives====
+Administrators may attempt to change the default execution policy on a system for a variety of reasons. However, setting the policy to "unrestricted" or "bypass" as this search is designed to identify, would be unusual. Hits should be reviewed and investigated as appropriate.
+
+====Reference====
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1059.001/powershell_execution_policy/windows-sysmon.log
+
+
+''version'': 6
+
+
+
+----
+
===Setting credentials via dsinternals modules===
This detection identifies illegal setting of credentials via DSInternals modules.
@@ -26314,9 +27979,11 @@ None identified.
====Reference====
+
* https://github.com/MichaelGrafnetter/DSInternals
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllDSInternalsModules.log
@@ -26399,9 +28066,11 @@ None identified.
====Reference====
+
* https://github.com/gentilkiwi/mimikatz
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllMimikatzModules.log
@@ -26484,14 +28153,102 @@ None identified.
====Reference====
+
* https://github.com/PowerShellMafia/PowerSploit
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1098/logAllPowerSploitModulesWithOldNames.log
+''version'': 1
+
+
+
+----
+
+===Shedule task with http command arguments===
+The following query utilizes Windows Security EventCode 4698, `A scheduled task was created`, to identify suspicious tasks registered on Windows either via schtasks.exe OR TaskService with an arguments "HTTP" string that are unique entry of malware or attack that uses lolbin to download other file or payload to the infected machine.\ The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not.\ schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`.\ The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it is possible a scheduled task is being registered within that process context in memory.\ Upon triage, identify the task scheduled source. Was it schtasks.exe or via TaskService? Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.'
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1053/ T1053]
+* '''Last Updated''': 2021-04-19
+
+
+
+
+====Search====
+`wineventlog_security` EventCode=4698
+| xmlkv Message
+| search Arguments IN ("*http*")
+| stats count min(_time) as firstTime max(_time) as lastTime by dest, Task_Name, Command, Author, Enabled, Hidden, Arguments
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `shedule_task_with_http_command_arguments_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Windows_Persistence_Techniques|Windows Persistence Techniques]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting logs with the task schedule (Exa. Security Log EventCode 4698) endpoints. Tune and filter known instances of Task schedule used in your environment.
+
+====Required field====
+
+* _time
+
+* dest
+
+* Task_Name
+
+* Command
+
+* Author
+
+* Enabled
+
+* Hidden
+
+* Arguments
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1053
+| Scheduled Task/Job
+| Execution, Persistence, Privilege Escalation
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+unknown
+
+====Reference====
+
+
+* https://app.any.run/tasks/92d7ef61-bfd7-4c92-bc15-322172b4ebec/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/tasksched/windows-security.log
+
+
''version'': 1
@@ -26931,9 +28688,11 @@ unknown
====Reference====
+
* https://www.fireeye.com/blog/threat-research/2020/12/evasive-attacker-leverages-solarwinds-supply-chain-compromises-with-sunburst-backdoor.html
+
====Test Dataset====
@@ -27014,11 +28773,13 @@ Unknown. Filter as needed.
====Reference====
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
====Test Dataset====
@@ -27102,11 +28863,13 @@ Limited false positives may be present in small environments. Tuning may be requ
====Reference====
+
* https://raw.githubusercontent.com/threatexpress/malleable-c2/c3385e481159a759f79b8acfe11acf240893b830/jquery-c2.4.2.profile
* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -27192,11 +28955,13 @@ Limited false positives may be present in small environments. Tuning may be requ
====Reference====
+
* https://raw.githubusercontent.com/xx0hcd/Malleable-C2-Profiles/0ef8cf4556e26f6d4190c56ba697c2159faa5822/crimeware/trick_ryuk.profile
* https://blog.cobaltstrike.com/2021/02/09/learn-pipe-fitting-for-all-of-your-offense-projects/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -27285,6 +29050,7 @@ Although unlikely, some legitimate applications may use a moved copy of msbuild,
====Reference====
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
@@ -27292,6 +29058,7 @@ Although unlikely, some legitimate applications may use a moved copy of msbuild,
* https://github.com/infosecn1nja/MaliciousMacroMSBuild/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127.001/windows-sysmon.log
@@ -27370,11 +29137,13 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
====Reference====
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127.001/windows-sysmon.log
@@ -27462,11 +29231,13 @@ Some legitimate applications may use PlistBuddy to create or modify property lis
====Reference====
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
====Test Dataset====
@@ -27536,11 +29307,13 @@ Some legitimate applications may use PlistBuddy to create or modify property lis
====Reference====
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
====Test Dataset====
@@ -27631,9 +29404,11 @@ It's possible for system administrators to write scripts that exhibit this behav
====Reference====
+
* https://car.mitre.org/wiki/CAR-2013-03-001
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1112/atomic_red_team/windows-sysmon.log
@@ -27716,6 +29491,7 @@ Limited false positives with the query restricted to specified paths. Add more w
====Reference====
+
* https://attack.mitre.org/techniques/T1218/010/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.010/T1218.010.md
@@ -27727,6 +29503,7 @@ Limited false positives with the query restricted to specified paths. Add more w
* https://any.run/report/f29a7d2ecd3585e1e4208e44bcc7156ab5388725f1d29d03e7699da0d4598e7c/0826458b-5367-45cf-b841-c95a33a01718
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.010/atomic_red_team/windows-sysmon.log
@@ -27813,6 +29590,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -27820,6 +29598,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
* https://lolbas-project.github.io/lolbas/Binaries/Rundll32
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -27902,6 +29681,7 @@ Although unlikely, some legitimate applications may use Start as a function and
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -27913,6 +29693,7 @@ Although unlikely, some legitimate applications may use Start as a function and
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -27993,6 +29774,7 @@ This is likely to produce false positives and will require some filtering. Tune
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -28008,6 +29790,7 @@ This is likely to produce false positives and will require some filtering. Tune
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms682162(v=vs.85).aspx
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -28095,6 +29878,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
====Reference====
+
* https://attack.mitre.org/techniques/T1218/011/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.011/T1218.011.md
@@ -28104,6 +29888,7 @@ Although unlikely, some legitimate applications may use a moved copy of rundll32
* https://bohops.com/2018/02/26/leveraging-inf-sct-fetch-execute-techniques-for-bypass-evasion-persistence/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.011/atomic_red_team/windows-sysmon.log
@@ -28184,11 +29969,13 @@ Unknown.
====Reference====
+
* https://redcanary.com/blog/clipping-silver-sparrows-wings/
* https://marcosantadev.com/manage-plist-files-plistbuddy/
+
====Test Dataset====
@@ -28275,9 +30062,11 @@ Limited false positives may be present. Filter as needed by parent process or co
====Reference====
+
* https://attack.mitre.org/techniques/T1053/005/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/schtasks/windows-sysmon.log
@@ -28363,9 +30152,11 @@ Limited false positives may be present in small environments. Tuning may be requ
====Reference====
+
* https://github.com/fireeye/red_team_tool_countermeasures/blob/master/rules/PGF/supplemental/hxioc/SUSPICIOUS%20EXECUTION%20OF%20SEARCHPROTOCOLHOST%20(METHODOLOGY).ioc
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1055/cobalt_strike/windows-sysmon.log
@@ -28454,11 +30245,13 @@ Although unlikely, some legitimate applications may use a moved copy of microsof
====Reference====
+
* https://lolbas-project.github.io/lolbas/Binaries/Microsoft.Workflow.Compiler/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218/T1218.md#atomic-test-6---microsoftworkflowcompilerexe-payload-execution
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127/windows-sysmon.log
@@ -28535,11 +30328,13 @@ Although unlikely, limited instances have been identified coming from native Mic
====Reference====
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218/T1218.md#atomic-test-6---microsoftworkflowcompilerexe-payload-execution
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127/windows-sysmon.log
@@ -28624,11 +30419,13 @@ Some legitimate applications may use a moved copy of msbuild.exe, triggering a f
====Reference====
+
* https://lolbas-project.github.io/lolbas/Binaries/Msbuild/
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1127.001/T1127.001.md
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1127.001/windows-sysmon.log
@@ -28707,11 +30504,13 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
====Reference====
+
* https://github.com/redcanaryco/AtomicTestHarnesses
* https://redcanary.com/blog/introducing-atomictestharnesses/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -28790,6 +30589,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
====Reference====
+
* https://codewhitesec.blogspot.com/2018/07/lethalhta.html
* https://github.com/redcanaryco/AtomicTestHarnesses
@@ -28797,6 +30597,7 @@ Although unlikely, some legitimate applications may exhibit this behavior, trigg
* https://redcanary.com/blog/introducing-atomictestharnesses/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1218.005/atomic_red_team/windows-sysmon.log
@@ -29040,9 +30841,11 @@ Administrators debugging servers
====Reference====
+
* https://oscp.infosecsanyam.in/priv-escalation/windows-priv-escalation
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1082/atomic_red_team/windows-sysmon.log
@@ -29389,6 +31192,7 @@ Unknown. Tune out child processes as needed to limit volume of false positives.
====Reference====
+
* https://www.volexity.com/blog/2021/03/02/active-exploitation-of-microsoft-exchange-zero-day-vulnerabilities/
* https://www.microsoft.com/security/blog/2021/03/02/hafnium-targeting-exchange-servers/
@@ -29396,6 +31200,7 @@ Unknown. Tune out child processes as needed to limit volume of false positives.
* https://blog.rapid7.com/2021/03/03/rapid7s-insightidr-enables-detection-and-response-to-microsoft-exchange-0-day/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon_umservices.log
@@ -29771,9 +31576,11 @@ Baseline your environment before production. It is possible build systems using
====Reference====
+
* https://www.microsoft.com/security/blog/2020/02/04/ghost-in-the-shell-investigating-web-shell-attacks/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1505.003/windows-sysmon.log
@@ -29852,6 +31659,7 @@ Administrators may modify the boot configuration.
====Reference====
+
* https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1490/T1490.md
* https://thedfirreport.com/2020/10/08/ryuks-return/
@@ -29861,6 +31669,7 @@ Administrators may modify the boot configuration.
* https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/wbadmin
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1490/atomic_red_team/windows-sysmon.log
@@ -30096,6 +31905,196 @@ Some software may create WMI temporary event subscriptions for various purposes.
====Test Dataset====
+''version'': 1
+
+
+
+----
+
+===Winevent scheduled task created within public path===
+The following query utilizes Windows Security EventCode 4698, `A scheduled task was created`, to identify suspicious tasks registered on Windows either via schtasks.exe OR TaskService with a command to be executed from a user writeable file path.\
+The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not.\
+schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`.\
+The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it is possible a scheduled task is being registered within that process context in memory.\
+Upon triage, identify the task scheduled source. Was it schtasks.exe or was it via TaskService. Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1053.005/ T1053.005]
+* '''Last Updated''': 2021-04-08
+
+
+
+
+====Search====
+`wineventlog_security` EventCode=4698
+| xmlkv Message
+| search Command IN ("*\\users\\public\\*", "*\\programdata\\*", "*\\temp\\*", "*\\Windows\\Tasks\\*", "*\\appdata\\*")
+| stats count min(_time) as firstTime max(_time) as lastTime by dest, Task_Name, Command, Author, Enabled, Hidden
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winevent_scheduled_task_created_within_public_path_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Windows_Persistence_Techniques|Windows Persistence Techniques]]
+
+* [[Documentation:ESSOC:stories:UseCase#Ransomware|Ransomware]]
+
+* [[Documentation:ESSOC:stories:UseCase#Ryuk_Ransomware|Ryuk Ransomware]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting Windows Security Event Logs with 4698 EventCode enabled. The Windows TA is also required.
+
+====Required field====
+
+* _time
+
+* dest
+
+* Task_Name
+
+* Description
+
+* Command
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1053.005
+| Scheduled Task
+| Execution, Persistence, Privilege Escalation
+|}
+
+
+====Kill Chain Phase====
+
+* Privilege Escalation
+
+
+====Known False Positives====
+False positives are possible if legitimate applications are allowed to register tasks in public paths. Filter as needed based on paths that are used legitimately.
+
+====Reference====
+
+
+* https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/
+
+* https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4698
+
+* https://redcanary.com/threat-detection-report/techniques/scheduled-task-job/
+
+* https://docs.microsoft.com/en-us/windows/win32/taskschd/time-trigger-example--scripting-?redirectedfrom=MSDN
+
+* https://app.any.run/tasks/e26f1b2e-befa-483b-91d2-e18636e2faf3/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/taskschedule/windows-security.log
+
+
+''version'': 1
+
+
+
+----
+
+===Winevent scheduled task created to spawn shell===
+The following query utilizes Windows Security EventCode 4698, `A scheduled task was created`, to identify suspicious tasks registered on Windows either via schtasks.exe OR TaskService with a command to be executed with a native Windows shell (PowerShell, Cmd, Wscript, Cscript).\
+The search will return the first time and last time the task was registered, as well as the `Command` to be executed, `Task Name`, `Author`, `Enabled`, and whether it is `Hidden` or not.\
+schtasks.exe is natively found in `C:\Windows\system32` and `C:\Windows\syswow64`.\
+The following DLL(s) are loaded when schtasks.exe or TaskService is launched -`taskschd.dll`. If found loaded by another process, it is possible a scheduled task is being registered within that process context in memory.\
+Upon triage, identify the task scheduled source. Was it schtasks.exe or via TaskService? Review the job created and the Command to be executed. Capture any artifacts on disk and review. Identify any parallel processes within the same timeframe to identify source.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''':
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1053.005/ T1053.005]
+* '''Last Updated''': 2021-04-12
+
+
+
+
+====Search====
+`wineventlog_security` EventCode=4698
+| xmlkv Message
+| search Command IN ("*powershell.exe*", "*wscript.exe*", "*cscript.exe*", "*cmd.exe*", "*sh.exe*", "*ksh.exe*", "*zsh.exe*", "*bash.exe*", "*scrcons.exe*", "*pwsh.exe*")
+| stats count min(_time) as firstTime max(_time) as lastTime by dest, Task_Name, Command, Author, Enabled, Hidden
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winevent_scheduled_task_created_to_spawn_shell_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Windows_Persistence_Techniques|Windows Persistence Techniques]]
+
+* [[Documentation:ESSOC:stories:UseCase#Ransomware|Ransomware]]
+
+* [[Documentation:ESSOC:stories:UseCase#Ryuk_Ransomware|Ryuk Ransomware]]
+
+
+====How To Implement====
+To successfully implement this search, you need to be ingesting Windows Security Event Logs with 4698 EventCode enabled. The Windows TA is also required.
+
+====Required field====
+
+* _time
+
+* dest
+
+* Task_Name
+
+* Description
+
+* Command
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1053.005
+| Scheduled Task
+| Execution, Persistence, Privilege Escalation
+|}
+
+
+====Kill Chain Phase====
+
+* Privilege Escalation
+
+
+====Known False Positives====
+False positives are possible if legitimate applications are allowed to register tasks that call a shell to be spawned. Filter as needed based on command-line or processes that are used legitimately.
+
+====Reference====
+
+
+* https://research.checkpoint.com/2021/irans-apt34-returns-with-an-updated-arsenal/
+
+* https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventID=4698
+
+* https://redcanary.com/threat-detection-report/techniques/scheduled-task-job/
+
+* https://docs.microsoft.com/en-us/windows/win32/taskschd/time-trigger-example--scripting-?redirectedfrom=MSDN
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1053.005/atomic_red_team/windows-security.log
+
+
''version'': 1
@@ -30173,11 +32172,13 @@ administrators rarely use adfind, usually not used for legitimate reasons
====Reference====
+
* https://www.volexity.com/blog/2020/12/14/dark-halo-leverages-solarwinds-compromise-to-breach-organizations/
* https://www.fireeye.com/blog/threat-research/2019/01/a-nasty-trick-from-credential-theft-malware-to-business-disruption.html
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1018/atomic_red_team/windows-sysmon.log
@@ -30256,9 +32257,11 @@ It is unusual to turn this feature off a Windows system since it is a default se
====Reference====
+
* https://blog.malwarebytes.com/malwarebytes-news/2021/02/lazyscripter-from-empire-to-double-rat/
+
====Test Dataset====
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1562.001/atomic_red_team/windows-sysmon.log
@@ -30415,6 +32418,261 @@ SAM is a critical windows service, stopping it would cause major issues on an en
* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/malware/ryuk/windows-sysmon.log
+''version'': 1
+
+
+
+----
+
+===Winword spawning cmd===
+The following detection identifies Microsoft Word spawning `cmd.exe`. Typically, this is not common behavior and not default with winword.exe. Winword.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). Cmd.exe spawning from winword.exe is common for a spearphishing attachment and is actively used. Albeit, the command-line will indicate what is being executed. During triage, review parallel processes and identify any files that may have been written. It is possible that COM is utilized to trampoline the child process to `explorer.exe` or `wmiprvse.exe`.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-22
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name=winword.exe Processes.process_name=cmd.exe by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winword_spawning_cmd_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+False positives should be limited, but if any are present, filter as needed.
+
+====Reference====
+
+
+* https://app.any.run/tasks/73af0064-a785-4c0a-ab0d-cde593fe16ef/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Winword spawning powershell===
+The following detection identifies Microsoft Word spawning PowerShell. Typically, this is not common behavior and not default with winword.exe. Winword.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). PowerShell spawning from winword.exe is common for a spearphishing attachment and is actively used. Albeit, the command executed will most likely be encoded and captured via another detection. During triage, review parallel processes and identify any files that may have been written.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-12
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="winword.exe" Processes.process_name IN ("powershell.exe", "pwsh.exe") by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winword_spawning_powershell_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachments|Spearphishing Attachments]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+False positives should be limited, but if any are present, filter as needed.
+
+====Reference====
+
+
+* https://redcanary.com/threat-detection-report/techniques/powershell/
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+* https://app.any.run/tasks/b79fa381-f35c-4b3e-8d02-507e7ee7342f/
+
+* https://app.any.run/tasks/181ac90b-0898-4631-8701-b778a30610ad/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon.log
+
+
+''version'': 1
+
+
+
+----
+
+===Winword spawning windows script host===
+The following detection identifies Microsoft Winword.exe spawning Windows Script Host - `cscript.exe` or `wscript.exe`. Typically, this is not common behavior and not default with Winword.exe. Winword.exe will generally be found in the following path `C:\Program Files\Microsoft Office\root\Office16` (version will vary). `cscript.exe` or `wscript.exe` default location is `c:\windows\system32\` or c:windows\syswow64\`. `cscript.exe` or `wscript.exe` spawning from Winword.exe is common for a spearphishing attachment and is actively used. Albeit, the command-line executed will most likely be obfuscated and captured via another detection. During triage, review parallel processes and identify any files that may have been written. Review the reputation of the remote destination and block accordingly.
+
+* '''Product''': Splunk Enterprise, Splunk Enterprise Security, Splunk Cloud
+* '''Datamodel''': Endpoint
+* '''ATT&CK''': [https://attack.mitre.org/techniques/T1566.001/ T1566.001]
+* '''Last Updated''': 2021-04-12
+
+
+
+
+====Search====
+
+| tstats `security_content_summariesonly` count min(_time) as firstTime max(_time) as lastTime from datamodel=Endpoint.Processes where Processes.parent_process_name="winword.exe" Processes.process_name IN ("cscript.exe", "wscript.exe") by Processes.dest Processes.user Processes.parent_process Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
+| `drop_dm_object_name(Processes)`
+| `security_content_ctime(firstTime)`
+| `security_content_ctime(lastTime)`
+| `winword_spawning_windows_script_host_filter`
+
+====Associated Analytic Story====
+
+* [[Documentation:ESSOC:stories:UseCase#Spearphishing_Attachment|Spearphishing Attachment]]
+
+
+====How To Implement====
+To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node.
+
+====Required field====
+
+* _time
+
+* process_name
+
+* process_id
+
+* parent_process_name
+
+* dest
+
+* user
+
+* parent_process_id
+
+
+
+====ATT&CK====
+{|
+! style="text-align:left;"| ID
+! Technique
+! Tactic
+|-
+| T1566.001
+| Spearphishing Attachment
+| Initial Access
+|}
+
+
+====Kill Chain Phase====
+
+* Exploitation
+
+
+====Known False Positives====
+There will be limited false positives and it will be different for every environment. Tune by child process or command-line as needed.
+
+====Reference====
+
+
+* https://attack.mitre.org/techniques/T1566/001/
+
+
+
+====Test Dataset====
+
+* https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1566.001/macro/windows-sysmon_wsh.log
+
+
''version'': 1
@@ -30772,6 +33030,7 @@ None currently known
====Reference====
+
* https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2019/pdf/BRKSEC-3200.pdf
* https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-16-12/ip6f-xe-16-12-book/ip6-ra-guard.html
@@ -30789,6 +33048,7 @@ None currently known
* https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_fhsec/configuration/xe-16-12/ip6f-xe-16-12-book/ipv6-dest-guard.html
+
====Test Dataset====
@@ -31219,6 +33479,7 @@ Unknown
====Reference====
+
* https://www.mnemonic.no/blog/introducing-snicat/
* https://github.com/mnemonic-no/SNIcat
@@ -31226,6 +33487,7 @@ Unknown
* https://attack.mitre.org/techniques/T1041/
+
====Test Dataset====
@@ -31519,9 +33781,11 @@ unknown
====Reference====
+
* https://research.checkpoint.com/2020/resolving-your-way-into-domain-admin-exploiting-a-17-year-old-bug-in-windows-dns-servers/
+
====Test Dataset====
@@ -31598,9 +33862,11 @@ unknown
====Reference====
+
* https://research.checkpoint.com/2020/resolving-your-way-into-domain-admin-exploiting-a-17-year-old-bug-in-windows-dns-servers/
+
====Test Dataset====
@@ -31666,6 +33932,7 @@ unknown
====Reference====
+
* https://www.secura.com/blog/zero-logon
* https://github.com/SecuraBV/CVE-2020-1472
@@ -31673,6 +33940,7 @@ unknown
* https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-1472
+
====Test Dataset====
@@ -32748,6 +35016,7 @@ unknown
====Reference====
+
* https://www.ptsecurity.com/ww-en/about/news/f5-fixes-critical-vulnerability-discovered-by-positive-technologies-in-big-ip-application-delivery-controller/
* https://support.f5.com/csp/article/K52145254
@@ -32755,6 +35024,7 @@ unknown
* https://blog.cloudflare.com/cve-2020-5902-helping-to-protect-against-the-f5-tmui-rce-vulnerability/
+
====Test Dataset====
@@ -33108,11 +35378,13 @@ There might be false positives associted with this detection since items like ar
====Reference====
+
* https://www.splunk.com/en_us/blog/security/detecting-supernova-malware-solarwinds-continued.html
* https://www.guidepointsecurity.com/supernova-solarwinds-net-webshell-analysis/
+
====Test Dataset====
@@ -33127,7 +35399,7 @@ There might be false positives associted with this detection since items like ar
''#############''
''# Automatically generated by doc_gen.py in https://github.com/splunk/security_content''
-''# On Date: 2021-04-15 19:33:37.850083 UTC''
+''# On Date: 2021-04-22 21:48:47.726077 UTC''
''# Author: Splunk Security Research''
''# Contact: research@splunk.com''
''#############''
diff --git a/docs/mitre-map/coverage.csv b/docs/mitre-map/coverage.csv
index 71510b3d79..80602197de 100644
--- a/docs/mitre-map/coverage.csv
+++ b/docs/mitre-map/coverage.csv
@@ -1,10 +1,12 @@
Technique ID,Detection Available,Link,score
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -20,14 +22,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -43,17 +46,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -91,14 +94,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -173,7 +178,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -204,10 +216,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -255,19 +268,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -320,7 +336,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -417,9 +434,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -518,11 +535,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -552,18 +569,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -573,7 +593,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -582,7 +602,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -596,8 +617,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -930,11 +951,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -950,14 +973,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -973,17 +997,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -1021,14 +1045,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -1103,7 +1129,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -1134,10 +1167,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -1185,19 +1219,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -1250,7 +1287,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -1347,9 +1385,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -1448,11 +1486,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -1482,18 +1520,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -1503,7 +1544,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -1512,7 +1553,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -1526,8 +1568,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -1860,11 +1902,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -1880,14 +1924,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -1903,17 +1948,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -1951,14 +1996,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -2033,7 +2080,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -2064,10 +2118,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -2115,19 +2170,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -2180,7 +2238,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -2277,9 +2336,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -2378,11 +2437,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -2412,18 +2471,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -2433,7 +2495,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -2442,7 +2504,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -2456,8 +2519,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -2790,11 +2853,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -2810,14 +2875,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -2833,17 +2899,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -2881,14 +2947,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -2963,7 +3031,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -2994,10 +3069,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -3045,19 +3121,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -3110,7 +3189,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -3207,9 +3287,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -3308,11 +3388,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -3342,18 +3422,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -3363,7 +3446,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -3372,7 +3455,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -3386,8 +3470,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -3720,11 +3804,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -3740,14 +3826,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -3763,17 +3850,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -3811,14 +3898,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -3893,7 +3982,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -3924,10 +4020,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -3975,19 +4072,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -4040,7 +4140,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -4137,9 +4238,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -4238,11 +4339,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -4272,18 +4373,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -4293,7 +4397,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -4302,7 +4406,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -4316,8 +4421,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -4650,11 +4755,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -4670,14 +4777,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -4693,17 +4801,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -4741,14 +4849,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -4823,7 +4933,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -4854,10 +4971,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -4905,19 +5023,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -4970,7 +5091,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -5067,9 +5189,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -5168,11 +5290,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -5202,18 +5324,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -5223,7 +5348,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -5232,7 +5357,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -5246,8 +5372,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -5580,11 +5706,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -5600,14 +5728,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -5623,17 +5752,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -5671,14 +5800,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -5753,7 +5884,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -5784,10 +5922,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -5835,19 +5974,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -5900,7 +6042,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -5997,9 +6140,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -6098,11 +6241,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -6132,18 +6275,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -6153,7 +6299,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -6162,7 +6308,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -6176,8 +6323,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -6510,11 +6657,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -6530,14 +6679,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -6553,17 +6703,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -6601,14 +6751,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -6683,7 +6835,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -6714,10 +6873,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -6765,19 +6925,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -6830,7 +6993,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -6927,9 +7091,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -7028,11 +7192,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -7062,18 +7226,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -7083,7 +7250,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -7092,7 +7259,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -7106,8 +7274,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -7440,11 +7608,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -7460,14 +7630,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -7483,17 +7654,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -7531,14 +7702,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -7613,7 +7786,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -7644,10 +7824,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -7695,19 +7876,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -7760,7 +7944,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -7857,9 +8042,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -7958,11 +8143,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -7992,18 +8177,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -8013,7 +8201,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -8022,7 +8210,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -8036,8 +8225,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -8370,11 +8559,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -8390,14 +8581,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -8413,17 +8605,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -8461,14 +8653,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -8543,7 +8737,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -8574,10 +8775,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -8625,19 +8827,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -8690,7 +8895,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -8787,9 +8993,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -8888,11 +9094,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -8922,18 +9128,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -8943,7 +9152,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -8952,7 +9161,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -8966,8 +9176,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -9300,11 +9510,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -9320,14 +9532,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -9343,17 +9556,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -9391,14 +9604,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -9473,7 +9688,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -9504,10 +9726,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -9555,19 +9778,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -9620,7 +9846,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -9717,9 +9944,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -9818,11 +10045,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -9852,18 +10079,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -9873,7 +10103,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -9882,7 +10112,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -9896,8 +10127,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -10230,11 +10461,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -10250,14 +10483,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -10273,17 +10507,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -10321,14 +10555,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -10403,7 +10639,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -10434,10 +10677,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -10485,19 +10729,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -10550,7 +10797,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -10647,9 +10895,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -10748,11 +10996,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -10782,18 +11030,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -10803,7 +11054,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -10812,7 +11063,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -10826,8 +11078,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -11160,11 +11412,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -11180,14 +11434,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -11203,17 +11458,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -11251,14 +11506,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -11333,7 +11590,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -11364,10 +11628,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -11415,19 +11680,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -11480,7 +11748,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -11577,9 +11846,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -11678,11 +11947,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -11712,18 +11981,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -11733,7 +12005,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -11742,7 +12014,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -11756,8 +12029,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -12090,11 +12363,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -12110,14 +12385,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -12133,17 +12409,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -12181,14 +12457,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -12263,7 +12541,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -12294,10 +12579,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -12345,19 +12631,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -12410,7 +12699,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -12507,9 +12797,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -12608,11 +12898,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -12642,18 +12932,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -12663,7 +12956,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -12672,7 +12965,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -12686,8 +12980,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -13020,11 +13314,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -13040,14 +13336,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -13063,17 +13360,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -13111,14 +13408,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -13193,7 +13492,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -13224,10 +13530,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -13275,19 +13582,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -13340,7 +13650,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -13437,9 +13748,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -13538,11 +13849,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -13572,18 +13883,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -13593,7 +13907,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -13602,7 +13916,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -13616,8 +13931,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -13950,11 +14265,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -13970,14 +14287,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -13993,17 +14311,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -14041,14 +14359,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -14123,7 +14443,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -14154,10 +14481,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -14205,19 +14533,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -14270,7 +14601,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -14367,9 +14699,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -14468,11 +14800,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -14502,18 +14834,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -14523,7 +14858,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -14532,7 +14867,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -14546,8 +14882,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -14880,11 +15216,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -14900,14 +15238,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -14923,17 +15262,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -14971,14 +15310,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -15053,7 +15394,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -15084,10 +15432,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -15135,19 +15484,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -15200,7 +15552,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -15297,9 +15650,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -15398,11 +15751,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -15432,18 +15785,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -15453,7 +15809,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -15462,7 +15818,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -15476,8 +15833,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -15810,11 +16167,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -15830,14 +16189,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -15853,17 +16213,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -15901,14 +16261,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -15983,7 +16345,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -16014,10 +16383,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -16065,19 +16435,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -16130,7 +16503,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -16227,9 +16601,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -16328,11 +16702,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -16362,18 +16736,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -16383,7 +16760,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -16392,7 +16769,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -16406,8 +16784,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -16740,11 +17118,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -16760,14 +17140,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -16783,17 +17164,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -16831,14 +17212,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -16913,7 +17296,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -16944,10 +17334,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -16995,19 +17386,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -17060,7 +17454,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -17157,9 +17552,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -17258,11 +17653,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -17292,18 +17687,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -17313,7 +17711,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -17322,7 +17720,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -17336,8 +17735,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -17670,11 +18069,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -17690,14 +18091,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -17713,17 +18115,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -17761,14 +18163,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -17843,7 +18247,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -17874,10 +18285,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -17925,19 +18337,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -17990,7 +18405,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -18087,9 +18503,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -18188,11 +18604,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -18222,18 +18638,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -18243,7 +18662,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -18252,7 +18671,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -18266,8 +18686,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -18600,11 +19020,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -18620,14 +19042,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -18643,17 +19066,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -18691,14 +19114,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -18773,7 +19198,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -18804,10 +19236,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -18855,19 +19288,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -18920,7 +19356,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -19017,9 +19454,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -19118,11 +19555,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -19152,18 +19589,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -19173,7 +19613,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -19182,7 +19622,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -19196,8 +19637,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -19530,11 +19971,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -19550,14 +19993,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -19573,17 +20017,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -19621,14 +20065,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -19703,7 +20149,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -19734,10 +20187,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -19785,19 +20239,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -19850,7 +20307,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -19947,9 +20405,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -20048,11 +20506,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -20082,18 +20540,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -20103,7 +20564,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -20112,7 +20573,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -20126,8 +20588,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -20460,11 +20922,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -20480,14 +20944,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -20503,17 +20968,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -20551,14 +21016,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -20633,7 +21100,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -20664,10 +21138,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -20715,19 +21190,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -20780,7 +21258,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -20877,9 +21356,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -20978,11 +21457,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -21012,18 +21491,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -21033,7 +21515,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -21042,7 +21524,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -21056,8 +21539,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -21390,11 +21873,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -21410,14 +21895,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -21433,17 +21919,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -21481,14 +21967,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -21563,7 +22051,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -21594,10 +22089,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -21645,19 +22141,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -21710,7 +22209,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -21807,9 +22307,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -21908,11 +22408,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -21942,18 +22442,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -21963,7 +22466,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -21972,7 +22475,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -21986,8 +22490,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -22320,11 +22824,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -22340,14 +22846,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -22363,17 +22870,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -22411,14 +22918,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -22493,7 +23002,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -22524,10 +23040,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -22575,19 +23092,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -22640,7 +23160,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -22737,9 +23258,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -22838,11 +23359,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -22872,18 +23393,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -22893,7 +23417,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -22902,7 +23426,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -22916,8 +23441,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -23250,11 +23775,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -23270,14 +23797,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -23293,17 +23821,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -23341,14 +23869,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -23423,7 +23953,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -23454,10 +23991,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -23505,19 +24043,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -23570,7 +24111,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -23667,9 +24209,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -23768,11 +24310,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -23802,18 +24344,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -23823,7 +24368,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -23832,7 +24377,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -23846,8 +24392,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -24180,11 +24726,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -24200,14 +24748,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -24223,17 +24772,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -24271,14 +24820,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -24353,7 +24904,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -24384,10 +24942,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -24435,19 +24994,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -24500,7 +25062,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -24597,9 +25160,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -24698,11 +25261,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -24732,18 +25295,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -24753,7 +25319,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -24762,7 +25328,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -24776,8 +25343,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -25110,11 +25677,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -25130,14 +25699,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -25153,17 +25723,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -25201,14 +25771,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -25283,7 +25855,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -25314,10 +25893,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -25365,19 +25945,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -25430,7 +26013,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -25527,9 +26111,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -25628,11 +26212,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -25662,18 +26246,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -25683,7 +26270,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -25692,7 +26279,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -25706,8 +26294,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -26040,11 +26628,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -26060,14 +26650,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -26083,17 +26674,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -26131,14 +26722,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -26213,7 +26806,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -26244,10 +26844,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -26295,19 +26896,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -26360,7 +26964,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -26457,9 +27062,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -26558,11 +27163,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -26592,18 +27197,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -26613,7 +27221,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -26622,7 +27230,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -26636,8 +27245,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -26970,11 +27579,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -26990,14 +27601,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -27013,17 +27625,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -27061,14 +27673,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -27143,7 +27757,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -27174,10 +27795,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -27225,19 +27847,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -27290,7 +27915,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -27387,9 +28013,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -27488,11 +28114,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -27522,18 +28148,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -27543,7 +28172,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -27552,7 +28181,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -27566,8 +28196,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -27900,11 +28530,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -27920,14 +28552,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -27943,17 +28576,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -27991,14 +28624,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -28073,7 +28708,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -28104,10 +28746,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -28155,19 +28798,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -28220,7 +28866,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -28317,9 +28964,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -28418,11 +29065,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -28452,18 +29099,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -28473,7 +29123,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -28482,7 +29132,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -28496,8 +29147,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -28830,11 +29481,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -28850,14 +29503,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -28873,17 +29527,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -28921,14 +29575,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -29003,7 +29659,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -29034,10 +29697,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -29085,19 +29749,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -29150,7 +29817,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -29247,9 +29915,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -29348,11 +30016,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -29382,18 +30050,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -29403,7 +30074,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -29412,7 +30083,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -29426,8 +30098,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -29760,11 +30432,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -29780,14 +30454,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -29803,17 +30478,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -29851,14 +30526,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -29933,7 +30610,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -29964,10 +30648,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -30015,19 +30700,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -30080,7 +30768,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -30177,9 +30866,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -30278,11 +30967,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -30312,18 +31001,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -30333,7 +31025,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -30342,7 +31034,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -30356,8 +31049,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -30690,11 +31383,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -30710,14 +31405,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -30733,17 +31429,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -30781,14 +31477,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -30863,7 +31561,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -30894,10 +31599,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -30945,19 +31651,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -31010,7 +31719,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -31107,9 +31817,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -31208,11 +31918,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -31242,18 +31952,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -31263,7 +31976,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -31272,7 +31985,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -31286,8 +32000,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -31620,11 +32334,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -31640,14 +32356,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -31663,17 +32380,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -31711,14 +32428,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -31793,7 +32512,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -31824,10 +32550,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -31875,19 +32602,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -31940,7 +32670,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -32037,9 +32768,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -32138,11 +32869,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -32172,18 +32903,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -32193,7 +32927,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -32202,7 +32936,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -32216,8 +32951,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -32550,11 +33285,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -32570,14 +33307,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -32593,17 +33331,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -32641,14 +33379,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -32723,7 +33463,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -32754,10 +33501,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -32805,19 +33553,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -32870,7 +33621,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -32967,9 +33719,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -33068,11 +33820,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -33102,18 +33854,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -33123,7 +33878,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -33132,7 +33887,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -33146,8 +33902,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -33480,11 +34236,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -33500,14 +34258,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -33523,17 +34282,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -33571,14 +34330,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -33653,7 +34414,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -33684,10 +34452,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -33735,19 +34504,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -33800,7 +34572,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -33897,9 +34670,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -33998,11 +34771,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -34032,18 +34805,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -34053,7 +34829,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -34062,7 +34838,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -34076,8 +34853,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -34410,11 +35187,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -34430,14 +35209,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -34453,17 +35233,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -34501,14 +35281,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -34583,7 +35365,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -34614,10 +35403,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -34665,19 +35455,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -34730,7 +35523,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -34827,9 +35621,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -34928,11 +35722,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -34962,18 +35756,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -34983,7 +35780,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -34992,7 +35789,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -35006,8 +35804,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -35340,11 +36138,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -35360,14 +36160,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -35383,17 +36184,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -35431,14 +36232,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -35513,7 +36316,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -35544,10 +36354,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -35595,19 +36406,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -35660,7 +36474,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -35757,9 +36572,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -35858,11 +36673,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -35892,18 +36707,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -35913,7 +36731,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -35922,7 +36740,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -35936,8 +36755,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -36270,11 +37089,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -36290,14 +37111,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -36313,17 +37135,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -36361,14 +37183,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -36443,7 +37267,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -36474,10 +37305,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -36525,19 +37357,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -36590,7 +37425,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -36687,9 +37523,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -36788,11 +37624,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -36822,18 +37658,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -36843,7 +37682,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -36852,7 +37691,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -36866,8 +37706,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -37200,11 +38040,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -37220,14 +38062,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -37243,17 +38086,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -37291,14 +38134,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -37373,7 +38218,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -37404,10 +38256,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -37455,19 +38308,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -37520,7 +38376,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -37617,9 +38474,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -37718,11 +38575,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -37752,18 +38609,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -37773,7 +38633,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -37782,7 +38642,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -37796,8 +38657,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -38130,11 +38991,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -38150,14 +39013,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -38173,17 +39037,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -38221,14 +39085,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -38303,7 +39169,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -38334,10 +39207,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -38385,19 +39259,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -38450,7 +39327,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -38547,9 +39425,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -38648,11 +39526,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -38682,18 +39560,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -38703,7 +39584,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -38712,7 +39593,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -38726,8 +39608,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -39060,11 +39942,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -39080,14 +39964,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -39103,17 +39988,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -39151,14 +40036,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -39233,7 +40120,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -39264,10 +40158,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -39315,19 +40210,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -39380,7 +40278,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -39477,9 +40376,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -39578,11 +40477,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -39612,18 +40511,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -39633,7 +40535,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -39642,7 +40544,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -39656,8 +40559,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -39990,11 +40893,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -40010,14 +40915,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -40033,17 +40939,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -40081,14 +40987,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -40163,7 +41071,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -40194,10 +41109,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -40245,19 +41161,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -40310,7 +41229,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -40407,9 +41327,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -40508,11 +41428,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -40542,18 +41462,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -40563,7 +41486,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -40572,7 +41495,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -40586,8 +41510,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -40920,11 +41844,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -40940,14 +41866,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -40963,17 +41890,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -41011,14 +41938,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -41093,7 +42022,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -41124,10 +42060,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -41175,19 +42112,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -41240,7 +42180,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -41337,9 +42278,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -41438,11 +42379,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -41472,18 +42413,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -41493,7 +42437,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -41502,7 +42446,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -41516,8 +42461,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -41850,11 +42795,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -41870,14 +42817,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -41893,17 +42841,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -41941,14 +42889,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -42023,7 +42973,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -42054,10 +43011,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -42105,19 +43063,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -42170,7 +43131,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -42267,9 +43229,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -42368,11 +43330,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -42402,18 +43364,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -42423,7 +43388,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -42432,7 +43397,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -42446,8 +43412,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -42780,11 +43746,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -42800,14 +43768,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -42823,17 +43792,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -42871,14 +43840,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -42953,7 +43924,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -42984,10 +43962,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -43035,19 +44014,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -43100,7 +44082,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -43197,9 +44180,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -43298,11 +44281,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -43332,18 +44315,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -43353,7 +44339,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -43362,7 +44348,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -43376,8 +44363,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -43710,11 +44697,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -43730,14 +44719,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -43753,17 +44743,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -43801,14 +44791,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -43883,7 +44875,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -43914,10 +44913,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -43965,19 +44965,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -44030,7 +45033,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -44127,9 +45131,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -44228,11 +45232,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -44262,18 +45266,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -44283,7 +45290,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -44292,7 +45299,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -44306,8 +45314,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -44640,11 +45648,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -44660,14 +45670,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -44683,17 +45694,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -44731,14 +45742,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -44813,7 +45826,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -44844,10 +45864,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -44895,19 +45916,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -44960,7 +45984,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -45057,9 +46082,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -45158,11 +46183,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -45192,18 +46217,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -45213,7 +46241,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -45222,7 +46250,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -45236,8 +46265,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -45570,11 +46599,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -45590,14 +46621,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -45613,17 +46645,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -45661,14 +46693,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -45743,7 +46777,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -45774,10 +46815,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -45825,19 +46867,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -45890,7 +46935,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -45987,9 +47033,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -46088,11 +47134,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -46122,18 +47168,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -46143,7 +47192,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -46152,7 +47201,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -46166,8 +47216,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -46500,11 +47550,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -46520,14 +47572,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -46543,17 +47596,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -46591,14 +47644,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -46673,7 +47728,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -46704,10 +47766,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -46755,19 +47818,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -46820,7 +47886,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -46917,9 +47984,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -47018,11 +48085,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -47052,18 +48119,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -47073,7 +48143,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -47082,7 +48152,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -47096,8 +48167,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -47430,11 +48501,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -47450,14 +48523,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -47473,17 +48547,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -47521,14 +48595,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -47603,7 +48679,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -47634,10 +48717,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -47685,19 +48769,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -47750,7 +48837,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -47847,9 +48935,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -47948,11 +49036,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -47982,18 +49070,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -48003,7 +49094,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -48012,7 +49103,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -48026,8 +49118,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -48360,11 +49452,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -48380,14 +49474,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -48403,17 +49498,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -48451,14 +49546,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -48533,7 +49630,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -48564,10 +49668,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -48615,19 +49720,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -48680,7 +49788,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -48777,9 +49886,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -48878,11 +49987,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -48912,18 +50021,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -48933,7 +50045,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -48942,7 +50054,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -48956,8 +50069,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -49290,11 +50403,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -49310,14 +50425,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -49333,17 +50449,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -49381,14 +50497,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -49463,7 +50581,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -49494,10 +50619,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -49545,19 +50671,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -49610,7 +50739,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -49707,9 +50837,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -49808,11 +50938,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -49842,18 +50972,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -49863,7 +50996,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -49872,7 +51005,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -49886,8 +51020,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -50220,11 +51354,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -50240,14 +51376,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -50263,17 +51400,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -50311,14 +51448,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -50393,7 +51532,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -50424,10 +51570,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -50475,19 +51622,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -50540,7 +51690,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -50637,9 +51788,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -50738,11 +51889,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -50772,18 +51923,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -50793,7 +51947,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -50802,7 +51956,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -50816,8 +51971,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -51150,11 +52305,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -51170,14 +52327,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -51193,17 +52351,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -51241,14 +52399,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -51323,7 +52483,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -51354,10 +52521,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -51405,19 +52573,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -51470,7 +52641,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -51567,9 +52739,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -51668,11 +52840,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -51702,18 +52874,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -51723,7 +52898,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -51732,7 +52907,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -51746,8 +52922,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -52080,11 +53256,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -52100,14 +53278,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -52123,17 +53302,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -52171,14 +53350,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -52253,7 +53434,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -52284,10 +53472,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -52335,19 +53524,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -52400,7 +53592,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -52497,9 +53690,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -52598,11 +53791,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -52632,18 +53825,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -52653,7 +53849,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -52662,7 +53858,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -52676,8 +53873,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -53010,11 +54207,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -53030,14 +54229,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -53053,17 +54253,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -53101,14 +54301,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -53183,7 +54385,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -53214,10 +54423,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -53265,19 +54475,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -53330,7 +54543,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -53427,9 +54641,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -53528,11 +54742,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -53562,18 +54776,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -53583,7 +54800,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -53592,7 +54809,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -53606,8 +54824,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -53940,11 +55158,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -53960,14 +55180,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -53983,17 +55204,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -54031,14 +55252,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -54113,7 +55336,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -54144,10 +55374,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -54195,19 +55426,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -54260,7 +55494,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -54357,9 +55592,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -54458,11 +55693,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -54492,18 +55727,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -54513,7 +55751,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -54522,7 +55760,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -54536,8 +55775,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -54870,11 +56109,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -54890,14 +56131,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -54913,17 +56155,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -54961,14 +56203,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -55043,7 +56287,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -55074,10 +56325,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -55125,19 +56377,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -55190,7 +56445,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -55287,9 +56543,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -55388,11 +56644,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -55422,18 +56678,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -55443,7 +56702,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -55452,7 +56711,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -55466,8 +56726,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -55800,11 +57060,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -55820,14 +57082,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -55843,17 +57106,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -55891,14 +57154,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -55973,7 +57238,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -56004,10 +57276,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -56055,19 +57328,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -56120,7 +57396,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -56217,9 +57494,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -56318,11 +57595,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -56352,18 +57629,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -56373,7 +57653,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -56382,7 +57662,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -56396,8 +57677,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -56730,11 +58011,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -56750,14 +58033,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -56773,17 +58057,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -56821,14 +58105,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -56903,7 +58189,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -56934,10 +58227,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -56985,19 +58279,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -57050,7 +58347,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -57147,9 +58445,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -57248,11 +58546,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -57282,18 +58580,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -57303,7 +58604,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -57312,7 +58613,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -57326,8 +58628,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -57660,11 +58962,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -57680,14 +58984,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -57703,17 +59008,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -57751,14 +59056,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -57833,7 +59140,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -57864,10 +59178,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -57915,19 +59230,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -57980,7 +59298,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -58077,9 +59396,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -58178,11 +59497,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -58212,18 +59531,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -58233,7 +59555,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -58242,7 +59564,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -58256,8 +59579,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -58590,11 +59913,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -58610,14 +59935,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -58633,17 +59959,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -58681,14 +60007,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -58763,7 +60091,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -58794,10 +60129,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -58845,19 +60181,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -58910,7 +60249,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -59007,9 +60347,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -59108,11 +60448,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -59142,18 +60482,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -59163,7 +60506,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -59172,7 +60515,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -59186,8 +60530,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -59520,11 +60864,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -59540,14 +60886,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -59563,17 +60910,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -59611,14 +60958,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -59693,7 +61042,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -59724,10 +61080,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -59775,19 +61132,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -59840,7 +61200,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -59937,9 +61298,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -60038,11 +61399,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -60072,18 +61433,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -60093,7 +61457,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -60102,7 +61466,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -60116,8 +61481,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -60450,11 +61815,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -60470,14 +61837,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -60493,17 +61861,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -60541,14 +61909,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -60623,7 +61993,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -60654,10 +62031,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -60705,19 +62083,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -60770,7 +62151,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -60867,9 +62249,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -60968,11 +62350,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -61002,18 +62384,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -61023,7 +62408,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -61032,7 +62417,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -61046,8 +62432,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -61380,11 +62766,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -61400,14 +62788,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -61423,17 +62812,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -61471,14 +62860,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -61553,7 +62944,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -61584,10 +62982,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -61635,19 +63034,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -61700,7 +63102,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -61797,9 +63200,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -61898,11 +63301,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -61932,18 +63335,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -61953,7 +63359,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -61962,7 +63368,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -61976,8 +63383,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -62310,11 +63717,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -62330,14 +63739,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -62353,17 +63763,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -62401,14 +63811,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -62483,7 +63895,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -62514,10 +63933,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -62565,19 +63985,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -62630,7 +64053,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -62727,9 +64151,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -62828,11 +64252,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -62862,18 +64286,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -62883,7 +64310,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -62892,7 +64319,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -62906,8 +64334,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -63240,11 +64668,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -63260,14 +64690,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -63283,17 +64714,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -63331,14 +64762,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -63413,7 +64846,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -63444,10 +64884,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -63495,19 +64936,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -63560,7 +65004,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -63657,9 +65102,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -63758,11 +65203,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -63792,18 +65237,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -63813,7 +65261,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -63822,7 +65270,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -63836,8 +65285,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -64170,11 +65619,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -64190,14 +65641,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -64213,17 +65665,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -64261,14 +65713,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -64343,7 +65797,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -64374,10 +65835,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -64425,19 +65887,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -64490,7 +65955,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -64587,9 +66053,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -64688,11 +66154,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -64722,18 +66188,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -64743,7 +66212,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -64752,7 +66221,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -64766,8 +66236,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -65100,11 +66570,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -65120,14 +66592,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -65143,17 +66616,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -65191,14 +66664,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -65273,7 +66748,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -65304,10 +66786,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -65355,19 +66838,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -65420,7 +66906,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -65517,9 +67004,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -65618,11 +67105,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -65652,18 +67139,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -65673,7 +67163,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -65682,7 +67172,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -65696,8 +67187,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -66030,11 +67521,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -66050,14 +67543,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -66073,17 +67567,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -66121,14 +67615,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -66203,7 +67699,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -66234,10 +67737,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -66285,19 +67789,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -66350,7 +67857,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -66447,9 +67955,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -66548,11 +68056,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -66582,18 +68090,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -66603,7 +68114,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -66612,7 +68123,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -66626,8 +68138,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -66960,11 +68472,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -66980,14 +68494,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -67003,17 +68518,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -67051,14 +68566,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -67133,7 +68650,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -67164,10 +68688,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -67215,19 +68740,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -67280,7 +68808,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -67377,9 +68906,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -67478,11 +69007,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -67512,18 +69041,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -67533,7 +69065,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -67542,7 +69074,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -67556,8 +69089,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -67890,11 +69423,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -67910,14 +69445,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -67933,17 +69469,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -67981,14 +69517,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -68063,7 +69601,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -68094,10 +69639,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -68145,19 +69691,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -68210,7 +69759,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -68307,9 +69857,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -68408,11 +69958,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -68442,18 +69992,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -68463,7 +70016,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -68472,7 +70025,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -68486,8 +70040,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -68820,11 +70374,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -68840,14 +70396,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -68863,17 +70420,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -68911,14 +70468,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -68993,7 +70552,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -69024,10 +70590,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -69075,19 +70642,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -69140,7 +70710,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -69237,9 +70808,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -69338,11 +70909,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -69372,18 +70943,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -69393,7 +70967,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -69402,7 +70976,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -69416,8 +70991,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -69750,11 +71325,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -69770,14 +71347,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -69793,17 +71371,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -69841,14 +71419,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -69923,7 +71503,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -69954,10 +71541,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -70005,19 +71593,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -70070,7 +71661,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -70167,9 +71759,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -70268,11 +71860,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -70302,18 +71894,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -70323,7 +71918,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -70332,7 +71927,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -70346,8 +71942,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -70680,11 +72276,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -70700,14 +72298,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -70723,17 +72322,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -70771,14 +72370,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -70853,7 +72454,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -70884,10 +72492,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -70935,19 +72544,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -71000,7 +72612,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -71097,9 +72710,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -71198,11 +72811,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -71232,18 +72845,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -71253,7 +72869,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -71262,7 +72878,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -71276,8 +72893,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -71610,11 +73227,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -71630,14 +73249,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -71653,17 +73273,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -71701,14 +73321,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -71783,7 +73405,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -71814,10 +73443,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -71865,19 +73495,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -71930,7 +73563,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -72027,9 +73661,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -72128,11 +73762,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -72162,18 +73796,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -72183,7 +73820,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -72192,7 +73829,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -72206,8 +73844,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -72540,11 +74178,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -72560,14 +74200,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -72583,17 +74224,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -72631,14 +74272,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -72713,7 +74356,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -72744,10 +74394,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -72795,19 +74446,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -72860,7 +74514,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -72957,9 +74612,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -73058,11 +74713,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -73092,18 +74747,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -73113,7 +74771,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -73122,7 +74780,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -73136,8 +74795,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -73470,11 +75129,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -73490,14 +75151,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -73513,17 +75175,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -73561,14 +75223,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -73643,7 +75307,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -73674,10 +75345,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -73725,19 +75397,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -73790,7 +75465,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -73887,9 +75563,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -73988,11 +75664,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -74022,18 +75698,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -74043,7 +75722,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -74052,7 +75731,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -74066,8 +75746,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -74400,11 +76080,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -74420,14 +76102,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -74443,17 +76126,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -74491,14 +76174,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -74573,7 +76258,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -74604,10 +76296,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -74655,19 +76348,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -74720,7 +76416,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -74817,9 +76514,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -74918,11 +76615,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -74952,18 +76649,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -74973,7 +76673,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -74982,7 +76682,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -74996,8 +76697,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -75330,11 +77031,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -75350,14 +77053,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -75373,17 +77077,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -75421,14 +77125,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -75503,7 +77209,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -75534,10 +77247,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -75585,19 +77299,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -75650,7 +77367,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -75747,9 +77465,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -75848,11 +77566,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -75882,18 +77600,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -75903,7 +77624,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -75912,7 +77633,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -75926,8 +77648,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -76260,11 +77982,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -76280,14 +78004,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -76303,17 +78028,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -76351,14 +78076,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -76433,7 +78160,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -76464,10 +78198,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -76515,19 +78250,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -76580,7 +78318,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -76677,9 +78416,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -76778,11 +78517,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -76812,18 +78551,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -76833,7 +78575,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -76842,7 +78584,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -76856,8 +78599,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -77190,11 +78933,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -77210,14 +78955,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -77233,17 +78979,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -77281,14 +79027,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -77363,7 +79111,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -77394,10 +79149,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -77445,19 +79201,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -77510,7 +79269,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -77607,9 +79367,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -77708,11 +79468,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -77742,18 +79502,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -77763,7 +79526,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -77772,7 +79535,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -77786,8 +79550,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -78120,11 +79884,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -78140,14 +79906,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -78163,17 +79930,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -78211,14 +79978,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -78293,7 +80062,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -78324,10 +80100,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -78375,19 +80152,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -78440,7 +80220,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -78537,9 +80318,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -78638,11 +80419,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -78672,18 +80453,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -78693,7 +80477,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -78702,7 +80486,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -78716,8 +80501,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -79050,11 +80835,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -79070,14 +80857,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -79093,17 +80881,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -79141,14 +80929,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -79223,7 +81013,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -79254,10 +81051,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -79305,19 +81103,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -79370,7 +81171,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -79467,9 +81269,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -79568,11 +81370,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -79602,18 +81404,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -79623,7 +81428,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -79632,7 +81437,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -79646,8 +81452,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -79980,11 +81786,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -80000,14 +81808,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -80023,17 +81832,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -80071,14 +81880,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -80153,7 +81964,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -80184,10 +82002,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -80235,19 +82054,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -80300,7 +82122,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -80397,9 +82220,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -80498,11 +82321,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -80532,18 +82355,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -80553,7 +82379,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -80562,7 +82388,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -80576,8 +82403,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -80910,11 +82737,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -80930,14 +82759,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -80953,17 +82783,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -81001,14 +82831,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -81083,7 +82915,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -81114,10 +82953,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -81165,19 +83005,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -81230,7 +83073,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -81327,9 +83171,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -81428,11 +83272,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -81462,18 +83306,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -81483,7 +83330,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -81492,7 +83339,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -81506,8 +83354,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -81840,11 +83688,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -81860,14 +83710,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -81883,17 +83734,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -81931,14 +83782,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -82013,7 +83866,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -82044,10 +83904,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -82095,19 +83956,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -82160,7 +84024,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -82257,9 +84122,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -82358,11 +84223,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -82392,18 +84257,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -82413,7 +84281,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -82422,7 +84290,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -82436,8 +84305,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -82770,11 +84639,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -82790,14 +84661,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -82813,17 +84685,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -82861,14 +84733,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -82943,7 +84817,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -82974,10 +84855,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -83025,19 +84907,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -83090,7 +84975,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -83187,9 +85073,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -83288,11 +85174,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -83322,18 +85208,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -83343,7 +85232,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -83352,7 +85241,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -83366,8 +85256,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -83700,11 +85590,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -83720,14 +85612,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -83743,17 +85636,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -83791,14 +85684,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -83873,7 +85768,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -83904,10 +85806,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -83955,19 +85858,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -84020,7 +85926,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -84117,9 +86024,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -84218,11 +86125,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -84252,18 +86159,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -84273,7 +86183,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -84282,7 +86192,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -84296,8 +86207,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -84630,11 +86541,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -84650,14 +86563,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -84673,17 +86587,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -84721,14 +86635,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -84803,7 +86719,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -84834,10 +86757,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -84885,19 +86809,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -84950,7 +86877,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -85047,9 +86975,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -85148,11 +87076,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -85182,18 +87110,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -85203,7 +87134,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -85212,7 +87143,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -85226,8 +87158,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -85560,11 +87492,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -85580,14 +87514,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -85603,17 +87538,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -85651,14 +87586,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -85733,7 +87670,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -85764,10 +87708,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -85815,19 +87760,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -85880,7 +87828,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -85977,9 +87926,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -86078,11 +88027,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -86112,18 +88061,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -86133,7 +88085,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -86142,7 +88094,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -86156,8 +88109,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -86490,11 +88443,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -86510,14 +88465,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -86533,17 +88489,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -86581,14 +88537,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -86663,7 +88621,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -86694,10 +88659,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -86745,19 +88711,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -86810,7 +88779,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -86907,9 +88877,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -87008,11 +88978,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -87042,18 +89012,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -87063,7 +89036,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -87072,7 +89045,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -87086,8 +89060,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -87420,11 +89394,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -87440,14 +89416,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -87463,17 +89440,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -87511,14 +89488,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -87593,7 +89572,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -87624,10 +89610,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -87675,19 +89662,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -87740,7 +89730,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -87837,9 +89828,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -87938,11 +89929,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -87972,18 +89963,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -87993,7 +89987,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -88002,7 +89996,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -88016,8 +90011,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -88350,11 +90345,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -88370,14 +90367,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -88393,17 +90391,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -88441,14 +90439,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -88523,7 +90523,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -88554,10 +90561,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -88605,19 +90613,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -88670,7 +90681,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -88767,9 +90779,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -88868,11 +90880,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -88902,18 +90914,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -88923,7 +90938,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -88932,7 +90947,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -88946,8 +90962,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -89280,11 +91296,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -89300,14 +91318,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -89323,17 +91342,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -89371,14 +91390,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -89453,7 +91474,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -89484,10 +91512,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -89535,19 +91564,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -89600,7 +91632,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -89697,9 +91730,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -89798,11 +91831,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -89832,18 +91865,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -89853,7 +91889,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -89862,7 +91898,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -89876,8 +91913,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -90210,11 +92247,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -90230,14 +92269,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -90253,17 +92293,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -90301,14 +92341,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -90383,7 +92425,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -90414,10 +92463,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -90465,19 +92515,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -90530,7 +92583,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -90627,9 +92681,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -90728,11 +92782,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -90762,18 +92816,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -90783,7 +92840,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -90792,7 +92849,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -90806,8 +92864,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -91140,11 +93198,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -91160,14 +93220,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -91183,17 +93244,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -91231,14 +93292,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -91313,7 +93376,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -91344,10 +93414,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -91395,19 +93466,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -91460,7 +93534,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -91557,9 +93632,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -91658,11 +93733,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -91692,18 +93767,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -91713,7 +93791,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -91722,7 +93800,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -91736,8 +93815,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -92070,11 +94149,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -92090,14 +94171,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -92113,17 +94195,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -92161,14 +94243,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -92243,7 +94327,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -92274,10 +94365,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -92325,19 +94417,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -92390,7 +94485,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -92487,9 +94583,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -92588,11 +94684,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -92622,18 +94718,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -92643,7 +94742,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -92652,7 +94751,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -92666,8 +94766,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -93000,11 +95100,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -93020,14 +95122,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -93043,17 +95146,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -93091,14 +95194,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -93173,7 +95278,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -93204,10 +95316,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -93255,19 +95368,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -93320,7 +95436,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -93417,9 +95534,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -93518,11 +95635,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -93552,18 +95669,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -93573,7 +95693,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -93582,7 +95702,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -93596,8 +95717,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -93930,11 +96051,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -93950,14 +96073,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -93973,17 +96097,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -94021,14 +96145,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -94103,7 +96229,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -94134,10 +96267,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -94185,19 +96319,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -94250,7 +96387,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -94347,9 +96485,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -94448,11 +96586,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -94482,18 +96620,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -94503,7 +96644,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -94512,7 +96653,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -94526,8 +96668,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -94860,11 +97002,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -94880,14 +97024,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -94903,17 +97048,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -94951,14 +97096,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -95033,7 +97180,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -95064,10 +97218,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -95115,19 +97270,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -95180,7 +97338,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -95277,9 +97436,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -95378,11 +97537,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -95412,18 +97571,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -95433,7 +97595,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -95442,7 +97604,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -95456,8 +97619,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -95790,11 +97953,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -95810,14 +97975,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -95833,17 +97999,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -95881,14 +98047,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -95963,7 +98131,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -95994,10 +98169,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -96045,19 +98221,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -96110,7 +98289,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -96207,9 +98387,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -96308,11 +98488,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -96342,18 +98522,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -96363,7 +98546,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -96372,7 +98555,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -96386,8 +98570,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -96720,11 +98904,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -96740,14 +98926,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -96763,17 +98950,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -96811,14 +98998,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -96893,7 +99082,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -96924,10 +99120,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -96975,19 +99172,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -97040,7 +99240,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -97137,9 +99338,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -97238,11 +99439,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -97272,18 +99473,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -97293,7 +99497,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -97302,7 +99506,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -97316,8 +99521,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -97650,11 +99855,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -97670,14 +99877,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -97693,17 +99901,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -97741,14 +99949,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -97823,7 +100033,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -97854,10 +100071,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -97905,19 +100123,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -97970,7 +100191,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -98067,9 +100289,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -98168,11 +100390,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -98202,18 +100424,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -98223,7 +100448,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -98232,7 +100457,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -98246,8 +100472,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -98580,11 +100806,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -98600,14 +100828,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -98623,17 +100852,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -98671,14 +100900,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -98753,7 +100984,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -98784,10 +101022,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -98835,19 +101074,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -98900,7 +101142,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -98997,9 +101240,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -99098,11 +101341,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -99132,18 +101375,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -99153,7 +101399,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -99162,7 +101408,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -99176,8 +101423,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -99510,11 +101757,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -99530,14 +101779,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -99553,17 +101803,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -99601,14 +101851,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -99683,7 +101935,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -99714,10 +101973,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -99765,19 +102025,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -99830,7 +102093,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -99927,9 +102191,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -100028,11 +102292,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -100062,18 +102326,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -100083,7 +102350,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -100092,7 +102359,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -100106,8 +102374,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -100440,11 +102708,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -100460,14 +102730,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -100483,17 +102754,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -100531,14 +102802,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -100613,7 +102886,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -100644,10 +102924,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -100695,19 +102976,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -100760,7 +103044,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -100857,9 +103142,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -100958,11 +103243,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -100992,18 +103277,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -101013,7 +103301,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -101022,7 +103310,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -101036,8 +103325,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -101370,11 +103659,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -101390,14 +103681,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -101413,17 +103705,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -101461,14 +103753,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -101543,7 +103837,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -101574,10 +103875,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -101625,19 +103927,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -101690,7 +103995,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -101787,9 +104093,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -101888,11 +104194,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -101922,18 +104228,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -101943,7 +104252,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -101952,7 +104261,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -101966,8 +104276,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -102300,11 +104610,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -102320,14 +104632,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -102343,17 +104656,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -102391,14 +104704,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -102473,7 +104788,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -102504,10 +104826,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -102555,19 +104878,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -102620,7 +104946,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -102717,9 +105044,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -102818,11 +105145,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -102852,18 +105179,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -102873,7 +105203,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -102882,7 +105212,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -102896,8 +105227,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -103230,11 +105561,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -103250,14 +105583,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -103273,17 +105607,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -103321,14 +105655,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -103403,7 +105739,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -103434,10 +105777,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -103485,19 +105829,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -103550,7 +105897,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -103647,9 +105995,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -103748,11 +106096,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -103782,18 +106130,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -103803,7 +106154,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -103812,7 +106163,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -103826,8 +106178,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -104160,11 +106512,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -104180,14 +106534,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -104203,17 +106558,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -104251,14 +106606,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -104333,7 +106690,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -104364,10 +106728,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -104415,19 +106780,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -104480,7 +106848,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -104577,9 +106946,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -104678,11 +107047,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -104712,18 +107081,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -104733,7 +107105,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -104742,7 +107114,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -104756,8 +107129,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -105090,11 +107463,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -105110,14 +107485,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -105133,17 +107509,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -105181,14 +107557,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -105263,7 +107641,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -105294,10 +107679,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -105345,19 +107731,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -105410,7 +107799,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -105507,9 +107897,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -105608,11 +107998,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -105642,18 +108032,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -105663,7 +108056,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -105672,7 +108065,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -105686,8 +108080,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -106020,11 +108414,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -106040,14 +108436,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -106063,17 +108460,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -106111,14 +108508,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -106193,7 +108592,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -106224,10 +108630,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -106275,19 +108682,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -106340,7 +108750,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -106437,9 +108848,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -106538,11 +108949,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -106572,18 +108983,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -106593,7 +109007,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -106602,7 +109016,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -106616,8 +109031,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -106950,11 +109365,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -106970,14 +109387,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -106993,17 +109411,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -107041,14 +109459,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -107123,7 +109543,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -107154,10 +109581,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -107205,19 +109633,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -107270,7 +109701,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -107367,9 +109799,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -107468,11 +109900,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -107502,18 +109934,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -107523,7 +109958,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -107532,7 +109967,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -107546,8 +109982,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -107880,11 +110316,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -107900,14 +110338,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -107923,17 +110362,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -107971,14 +110410,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -108053,7 +110494,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -108084,10 +110532,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -108135,19 +110584,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -108200,7 +110652,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -108297,9 +110750,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -108398,11 +110851,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -108432,18 +110885,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -108453,7 +110909,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -108462,7 +110918,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -108476,8 +110933,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -108810,11 +111267,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -108830,14 +111289,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -108853,17 +111313,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -108901,14 +111361,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -108983,7 +111445,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -109014,10 +111483,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -109065,19 +111535,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -109130,7 +111603,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -109227,9 +111701,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -109328,11 +111802,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -109362,18 +111836,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -109383,7 +111860,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -109392,7 +111869,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -109406,8 +111884,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -109740,11 +112218,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -109760,14 +112240,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -109783,17 +112264,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -109831,14 +112312,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -109913,7 +112396,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -109944,10 +112434,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -109995,19 +112486,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -110060,7 +112554,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -110157,9 +112652,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -110258,11 +112753,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -110292,18 +112787,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -110313,7 +112811,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -110322,7 +112820,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -110336,8 +112835,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -110670,11 +113169,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -110690,14 +113191,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -110713,17 +113215,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -110761,14 +113263,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -110843,7 +113347,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -110874,10 +113385,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -110925,19 +113437,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -110990,7 +113505,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -111087,9 +113603,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -111188,11 +113704,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -111222,18 +113738,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -111243,7 +113762,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -111252,7 +113771,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -111266,8 +113786,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -111600,11 +114120,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -111620,14 +114142,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -111643,17 +114166,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -111691,14 +114214,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -111773,7 +114298,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -111804,10 +114336,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -111855,19 +114388,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -111920,7 +114456,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -112017,9 +114554,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -112118,11 +114655,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -112152,18 +114689,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -112173,7 +114713,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -112182,7 +114722,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -112196,8 +114737,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -112530,11 +115071,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -112550,14 +115093,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -112573,17 +115117,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -112621,14 +115165,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -112703,7 +115249,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -112734,10 +115287,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -112785,19 +115339,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -112850,7 +115407,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -112947,9 +115505,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -113048,11 +115606,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -113082,18 +115640,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -113103,7 +115664,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -113112,7 +115673,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -113126,8 +115688,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -113460,11 +116022,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -113480,14 +116044,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -113503,17 +116068,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -113551,14 +116116,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -113633,7 +116200,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -113664,10 +116238,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -113715,19 +116290,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -113780,7 +116358,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -113877,9 +116456,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -113978,11 +116557,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -114012,18 +116591,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -114033,7 +116615,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -114042,7 +116624,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -114056,8 +116639,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -114390,11 +116973,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -114410,14 +116995,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -114433,17 +117019,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -114481,14 +117067,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -114563,7 +117151,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -114594,10 +117189,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -114645,19 +117241,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -114710,7 +117309,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -114807,9 +117407,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -114908,11 +117508,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -114942,18 +117542,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -114963,7 +117566,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -114972,7 +117575,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -114986,8 +117590,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -115320,11 +117924,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -115340,14 +117946,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -115363,17 +117970,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -115411,14 +118018,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -115493,7 +118102,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -115524,10 +118140,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -115575,19 +118192,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -115640,7 +118260,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -115737,9 +118358,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -115838,11 +118459,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -115872,18 +118493,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -115893,7 +118517,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -115902,7 +118526,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -115916,8 +118541,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -116250,11 +118875,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -116270,14 +118897,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -116293,17 +118921,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -116341,14 +118969,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -116423,7 +119053,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -116454,10 +119091,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -116505,19 +119143,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -116570,7 +119211,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -116667,9 +119309,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -116768,11 +119410,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -116802,18 +119444,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -116823,7 +119468,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -116832,7 +119477,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -116846,8 +119492,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -117180,11 +119826,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -117200,14 +119848,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -117223,17 +119872,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -117271,14 +119920,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -117353,7 +120004,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -117384,10 +120042,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -117435,19 +120094,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -117500,7 +120162,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -117597,9 +120260,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -117698,11 +120361,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -117732,18 +120395,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -117753,7 +120419,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -117762,7 +120428,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -117776,8 +120443,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -118110,11 +120777,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -118130,14 +120799,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -118153,17 +120823,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -118201,14 +120871,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -118283,7 +120955,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -118314,10 +120993,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -118365,19 +121045,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -118430,7 +121113,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -118527,9 +121211,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -118628,11 +121312,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -118662,18 +121346,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -118683,7 +121370,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -118692,7 +121379,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -118706,8 +121394,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -119040,11 +121728,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -119060,14 +121750,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -119083,17 +121774,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -119131,14 +121822,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -119213,7 +121906,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -119244,10 +121944,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -119295,19 +121996,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -119360,7 +122064,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -119457,9 +122162,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -119558,11 +122263,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -119592,18 +122297,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -119613,7 +122321,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -119622,7 +122330,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -119636,8 +122345,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -119970,11 +122679,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -119990,14 +122701,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -120013,17 +122725,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -120061,14 +122773,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -120143,7 +122857,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -120174,10 +122895,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -120225,19 +122947,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -120290,7 +123015,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -120387,9 +123113,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -120488,11 +123214,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -120522,18 +123248,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -120543,7 +123272,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -120552,7 +123281,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -120566,8 +123296,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -120900,11 +123630,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -120920,14 +123652,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -120943,17 +123676,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -120991,14 +123724,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -121073,7 +123808,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -121104,10 +123846,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -121155,19 +123898,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -121220,7 +123966,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -121317,9 +124064,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -121418,11 +124165,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -121452,18 +124199,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -121473,7 +124223,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -121482,7 +124232,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -121496,8 +124247,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -121830,11 +124581,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -121850,14 +124603,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -121873,17 +124627,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -121921,14 +124675,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -122003,7 +124759,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -122034,10 +124797,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -122085,19 +124849,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -122150,7 +124917,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -122247,9 +125015,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -122348,11 +125116,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -122382,18 +125150,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -122403,7 +125174,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -122412,7 +125183,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -122426,8 +125198,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -122760,11 +125532,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -122780,14 +125554,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -122803,17 +125578,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -122851,14 +125626,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -122933,7 +125710,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -122964,10 +125748,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -123015,19 +125800,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -123080,7 +125868,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -123177,9 +125966,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -123278,11 +126067,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -123312,18 +126101,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -123333,7 +126125,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -123342,7 +126134,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -123356,8 +126149,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -123690,11 +126483,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -123710,14 +126505,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -123733,17 +126529,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -123781,14 +126577,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -123863,7 +126661,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -123894,10 +126699,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -123945,19 +126751,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -124010,7 +126819,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -124107,9 +126917,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -124208,11 +127018,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -124242,18 +127052,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -124263,7 +127076,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -124272,7 +127085,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -124286,8 +127100,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -124620,11 +127434,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -124640,14 +127456,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -124663,17 +127480,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -124711,14 +127528,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -124793,7 +127612,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -124824,10 +127650,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -124875,19 +127702,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -124940,7 +127770,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -125037,9 +127868,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -125138,11 +127969,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -125172,18 +128003,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -125193,7 +128027,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -125202,7 +128036,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -125216,8 +128051,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -125550,11 +128385,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -125570,14 +128407,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -125593,17 +128431,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -125641,14 +128479,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -125723,7 +128563,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -125754,10 +128601,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -125805,19 +128653,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -125870,7 +128721,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -125967,9 +128819,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -126068,11 +128920,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -126102,18 +128954,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -126123,7 +128978,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -126132,7 +128987,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -126146,8 +129002,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -126480,11 +129336,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -126500,14 +129358,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -126523,17 +129382,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -126571,14 +129430,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -126653,7 +129514,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -126684,10 +129552,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -126735,19 +129604,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -126800,7 +129672,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -126897,9 +129770,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -126998,11 +129871,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -127032,18 +129905,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -127053,7 +129929,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -127062,7 +129938,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -127076,8 +129953,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -127410,11 +130287,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -127430,14 +130309,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -127453,17 +130333,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -127501,14 +130381,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -127583,7 +130465,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -127614,10 +130503,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -127665,19 +130555,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -127730,7 +130623,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -127827,9 +130721,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -127928,11 +130822,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -127962,18 +130856,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -127983,7 +130880,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -127992,7 +130889,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -128006,8 +130904,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -128340,11 +131238,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -128360,14 +131260,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -128383,17 +131284,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -128431,14 +131332,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -128513,7 +131416,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -128544,10 +131454,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -128595,19 +131506,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -128660,7 +131574,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -128757,9 +131672,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -128858,11 +131773,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -128892,18 +131807,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -128913,7 +131831,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -128922,7 +131840,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -128936,8 +131855,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -129270,11 +132189,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -129290,14 +132211,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -129313,17 +132235,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -129361,14 +132283,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -129443,7 +132367,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -129474,10 +132405,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -129525,19 +132457,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -129590,7 +132525,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -129687,9 +132623,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -129788,11 +132724,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -129822,18 +132758,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -129843,7 +132782,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -129852,7 +132791,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -129866,8 +132806,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -130200,11 +133140,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -130220,14 +133162,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -130243,17 +133186,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -130291,14 +133234,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -130373,7 +133318,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -130404,10 +133356,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -130455,19 +133408,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -130520,7 +133476,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -130617,9 +133574,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -130718,11 +133675,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -130752,18 +133709,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -130773,7 +133733,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -130782,7 +133742,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -130796,8 +133757,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -131130,11 +134091,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -131150,14 +134113,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -131173,17 +134137,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -131221,14 +134185,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -131303,7 +134269,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -131334,10 +134307,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -131385,19 +134359,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -131450,7 +134427,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -131547,9 +134525,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -131648,11 +134626,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -131682,18 +134660,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -131703,7 +134684,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -131712,7 +134693,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -131726,8 +134708,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -132060,11 +135042,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -132080,14 +135064,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -132103,17 +135088,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -132151,14 +135136,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -132233,7 +135220,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -132264,10 +135258,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -132315,19 +135310,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -132380,7 +135378,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -132477,9 +135476,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -132578,11 +135577,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -132612,18 +135611,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -132633,7 +135635,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -132642,7 +135644,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -132656,8 +135659,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -132990,11 +135993,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -133010,14 +136015,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -133033,17 +136039,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -133081,14 +136087,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -133163,7 +136171,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -133194,10 +136209,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -133245,19 +136261,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -133310,7 +136329,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -133407,9 +136427,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -133508,11 +136528,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -133542,18 +136562,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -133563,7 +136586,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -133572,7 +136595,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -133586,8 +136610,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -133920,11 +136944,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -133940,14 +136966,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -133963,17 +136990,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -134011,14 +137038,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -134093,7 +137122,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -134124,10 +137160,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -134175,19 +137212,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -134240,7 +137280,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -134337,9 +137378,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -134438,11 +137479,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -134472,18 +137513,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -134493,7 +137537,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -134502,7 +137546,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -134516,8 +137561,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -134850,11 +137895,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -134870,14 +137917,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -134893,17 +137941,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -134941,14 +137989,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -135023,7 +138073,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -135054,10 +138111,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -135105,19 +138163,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -135170,7 +138231,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -135267,9 +138329,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -135368,11 +138430,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -135402,18 +138464,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -135423,7 +138488,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -135432,7 +138497,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -135446,8 +138512,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -135780,11 +138846,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -135800,14 +138868,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -135823,17 +138892,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -135871,14 +138940,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -135953,7 +139024,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -135984,10 +139062,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -136035,19 +139114,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -136100,7 +139182,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -136197,9 +139280,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -136298,11 +139381,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -136332,18 +139415,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -136353,7 +139439,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -136362,7 +139448,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -136376,8 +139463,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -136710,11 +139797,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -136730,14 +139819,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -136753,17 +139843,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -136801,14 +139891,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -136883,7 +139975,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -136914,10 +140013,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -136965,19 +140065,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -137030,7 +140133,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -137127,9 +140231,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -137228,11 +140332,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -137262,18 +140366,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -137283,7 +140390,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -137292,7 +140399,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -137306,8 +140414,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -137640,11 +140748,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -137660,14 +140770,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -137683,17 +140794,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -137731,14 +140842,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -137813,7 +140926,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -137844,10 +140964,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -137895,19 +141016,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -137960,7 +141084,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -138057,9 +141182,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -138158,11 +141283,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -138192,18 +141317,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -138213,7 +141341,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -138222,7 +141350,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -138236,8 +141365,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -138570,11 +141699,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -138590,14 +141721,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -138613,17 +141745,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -138661,14 +141793,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -138743,7 +141877,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -138774,10 +141915,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -138825,19 +141967,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -138890,7 +142035,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -138987,9 +142133,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -139088,11 +142234,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -139122,18 +142268,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -139143,7 +142292,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -139152,7 +142301,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -139166,8 +142316,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -139500,11 +142650,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -139520,14 +142672,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -139543,17 +142696,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -139591,14 +142744,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -139673,7 +142828,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -139704,10 +142866,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -139755,19 +142918,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -139820,7 +142986,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -139917,9 +143084,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -140018,11 +143185,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -140052,18 +143219,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -140073,7 +143243,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -140082,7 +143252,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -140096,8 +143267,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -140430,11 +143601,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -140450,14 +143623,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -140473,17 +143647,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -140521,14 +143695,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -140603,7 +143779,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -140634,10 +143817,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -140685,19 +143869,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -140750,7 +143937,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -140847,9 +144035,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -140948,11 +144136,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -140982,18 +144170,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -141003,7 +144194,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -141012,7 +144203,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -141026,8 +144218,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -141360,11 +144552,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -141380,14 +144574,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -141403,17 +144598,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -141451,14 +144646,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -141533,7 +144730,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -141564,10 +144768,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -141615,19 +144820,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -141680,7 +144888,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -141777,9 +144986,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -141878,11 +145087,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -141912,18 +145121,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -141933,7 +145145,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -141942,7 +145154,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -141956,8 +145169,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -142290,11 +145503,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -142310,14 +145525,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -142333,17 +145549,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -142381,14 +145597,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -142463,7 +145681,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -142494,10 +145719,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -142545,19 +145771,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -142610,7 +145839,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -142707,9 +145937,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -142808,11 +146038,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -142842,18 +146072,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -142863,7 +146096,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -142872,7 +146105,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -142886,8 +146120,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -143220,11 +146454,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -143240,14 +146476,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -143263,17 +146500,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -143311,14 +146548,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -143393,7 +146632,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -143424,10 +146670,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -143475,19 +146722,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -143540,7 +146790,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -143637,9 +146888,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -143738,11 +146989,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -143772,18 +147023,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -143793,7 +147047,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -143802,7 +147056,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -143816,8 +147071,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -144150,11 +147405,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -144170,14 +147427,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -144193,17 +147451,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -144241,14 +147499,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -144323,7 +147583,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -144354,10 +147621,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -144405,19 +147673,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -144470,7 +147741,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -144567,9 +147839,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -144668,11 +147940,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -144702,18 +147974,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -144723,7 +147998,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -144732,7 +148007,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -144746,8 +148022,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -145080,11 +148356,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -145100,14 +148378,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -145123,17 +148402,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -145171,14 +148450,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -145253,7 +148534,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -145284,10 +148572,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -145335,19 +148624,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -145400,7 +148692,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -145497,9 +148790,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -145598,11 +148891,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -145632,18 +148925,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -145653,7 +148949,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -145662,7 +148958,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -145676,8 +148973,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -146010,11 +149307,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -146030,14 +149329,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -146053,17 +149353,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -146101,14 +149401,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -146183,7 +149485,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -146214,10 +149523,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -146265,19 +149575,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -146330,7 +149643,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -146427,9 +149741,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -146528,11 +149842,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -146562,18 +149876,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -146583,7 +149900,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -146592,7 +149909,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -146606,8 +149924,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -146940,11 +150258,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -146960,14 +150280,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -146983,17 +150304,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -147031,14 +150352,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -147113,7 +150436,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -147144,10 +150474,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -147195,19 +150526,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -147260,7 +150594,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -147357,9 +150692,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -147458,11 +150793,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -147492,18 +150827,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -147513,7 +150851,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -147522,7 +150860,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -147536,8 +150875,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -147870,11 +151209,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -147890,14 +151231,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -147913,17 +151255,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -147961,14 +151303,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -148043,7 +151387,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -148074,10 +151425,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -148125,19 +151477,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -148190,7 +151545,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -148287,9 +151643,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -148388,11 +151744,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -148422,18 +151778,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -148443,7 +151802,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -148452,7 +151811,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -148466,8 +151826,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -148800,11 +152160,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -148820,14 +152182,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -148843,17 +152206,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -148891,14 +152254,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -148973,7 +152338,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -149004,10 +152376,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -149055,19 +152428,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -149120,7 +152496,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -149217,9 +152594,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -149318,11 +152695,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -149352,18 +152729,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -149373,7 +152753,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -149382,7 +152762,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -149396,8 +152777,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -149730,11 +153111,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -149750,14 +153133,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -149773,17 +153157,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -149821,14 +153205,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -149903,7 +153289,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -149934,10 +153327,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -149985,19 +153379,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -150050,7 +153447,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -150147,9 +153545,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -150248,11 +153646,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -150282,18 +153680,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -150303,7 +153704,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -150312,7 +153713,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -150326,8 +153728,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -150660,11 +154062,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -150680,14 +154084,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -150703,17 +154108,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -150751,14 +154156,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -150833,7 +154240,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -150864,10 +154278,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -150915,19 +154330,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -150980,7 +154398,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -151077,9 +154496,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -151178,11 +154597,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -151212,18 +154631,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -151233,7 +154655,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -151242,7 +154664,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -151256,8 +154679,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -151590,11 +155013,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -151610,14 +155035,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -151633,17 +155059,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -151681,14 +155107,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -151763,7 +155191,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -151794,10 +155229,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -151845,19 +155281,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -151910,7 +155349,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -152007,9 +155447,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -152108,11 +155548,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -152142,18 +155582,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -152163,7 +155606,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -152172,7 +155615,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -152186,8 +155630,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -152520,11 +155964,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -152540,14 +155986,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -152563,17 +156010,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -152611,14 +156058,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -152693,7 +156142,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -152724,10 +156180,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -152775,19 +156232,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -152840,7 +156300,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -152937,9 +156398,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -153038,11 +156499,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -153072,18 +156533,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -153093,7 +156557,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -153102,7 +156566,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -153116,8 +156581,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -153450,11 +156915,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -153470,14 +156937,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -153493,17 +156961,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -153541,14 +157009,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -153623,7 +157093,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -153654,10 +157131,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -153705,19 +157183,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -153770,7 +157251,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -153867,9 +157349,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -153968,11 +157450,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -154002,18 +157484,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -154023,7 +157508,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -154032,7 +157517,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -154046,8 +157532,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -154380,11 +157866,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -154400,14 +157888,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -154423,17 +157912,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -154471,14 +157960,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -154553,7 +158044,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -154584,10 +158082,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -154635,19 +158134,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -154700,7 +158202,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -154797,9 +158300,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -154898,11 +158401,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -154932,18 +158435,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -154953,7 +158459,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -154962,7 +158468,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -154976,8 +158483,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -155310,11 +158817,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -155330,14 +158839,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -155353,17 +158863,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -155401,14 +158911,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -155483,7 +158995,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -155514,10 +159033,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -155565,19 +159085,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -155630,7 +159153,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -155727,9 +159251,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -155828,11 +159352,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -155862,18 +159386,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -155883,7 +159410,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -155892,7 +159419,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -155906,8 +159434,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -156240,11 +159768,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -156260,14 +159790,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -156283,17 +159814,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -156331,14 +159862,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -156413,7 +159946,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -156444,10 +159984,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -156495,19 +160036,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -156560,7 +160104,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -156657,9 +160202,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -156758,11 +160303,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -156792,18 +160337,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -156813,7 +160361,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -156822,7 +160370,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -156836,8 +160385,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -157170,11 +160719,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -157190,14 +160741,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -157213,17 +160765,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -157261,14 +160813,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -157343,7 +160897,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -157374,10 +160935,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -157425,19 +160987,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -157490,7 +161055,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -157587,9 +161153,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -157688,11 +161254,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -157722,18 +161288,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -157743,7 +161312,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -157752,7 +161321,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -157766,8 +161336,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -158100,11 +161670,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -158120,14 +161692,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -158143,17 +161716,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -158191,14 +161764,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -158273,7 +161848,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -158304,10 +161886,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -158355,19 +161938,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -158420,7 +162006,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -158517,9 +162104,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -158618,11 +162205,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -158652,18 +162239,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -158673,7 +162263,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -158682,7 +162272,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -158696,8 +162287,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -159030,11 +162621,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -159050,14 +162643,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -159073,17 +162667,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -159121,14 +162715,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -159203,7 +162799,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -159234,10 +162837,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -159285,19 +162889,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -159350,7 +162957,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -159447,9 +163055,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -159548,11 +163156,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -159582,18 +163190,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -159603,7 +163214,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -159612,7 +163223,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -159626,8 +163238,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -159960,11 +163572,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -159980,14 +163594,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -160003,17 +163618,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -160051,14 +163666,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -160133,7 +163750,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -160164,10 +163788,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -160215,19 +163840,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -160280,7 +163908,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -160377,9 +164006,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -160478,11 +164107,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -160512,18 +164141,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -160533,7 +164165,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -160542,7 +164174,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -160556,8 +164189,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -160890,11 +164523,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -160910,14 +164545,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -160933,17 +164569,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -160981,14 +164617,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -161063,7 +164701,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -161094,10 +164739,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -161145,19 +164791,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -161210,7 +164859,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -161307,9 +164957,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -161408,11 +165058,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -161442,18 +165092,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -161463,7 +165116,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -161472,7 +165125,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -161486,8 +165140,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -161820,11 +165474,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -161840,14 +165496,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -161863,17 +165520,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -161911,14 +165568,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -161993,7 +165652,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -162024,10 +165690,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -162075,19 +165742,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -162140,7 +165810,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -162237,9 +165908,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -162338,11 +166009,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -162372,18 +166043,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -162393,7 +166067,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -162402,7 +166076,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -162416,8 +166091,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -162750,11 +166425,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -162770,14 +166447,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -162793,17 +166471,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -162841,14 +166519,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -162923,7 +166603,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -162954,10 +166641,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -163005,19 +166693,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -163070,7 +166761,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -163167,9 +166859,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -163268,11 +166960,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -163302,18 +166994,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -163323,7 +167018,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -163332,7 +167027,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -163346,8 +167042,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -163680,11 +167376,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -163700,14 +167398,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -163723,17 +167422,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -163771,14 +167470,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -163853,7 +167554,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -163884,10 +167592,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -163935,19 +167644,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -164000,7 +167712,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -164097,9 +167810,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -164198,11 +167911,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -164232,18 +167945,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -164253,7 +167969,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -164262,7 +167978,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -164276,8 +167993,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -164610,11 +168327,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -164630,14 +168349,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -164653,17 +168373,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -164701,14 +168421,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -164783,7 +168505,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -164814,10 +168543,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -164865,19 +168595,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -164930,7 +168663,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -165027,9 +168761,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -165128,11 +168862,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -165162,18 +168896,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -165183,7 +168920,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -165192,7 +168929,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -165206,8 +168944,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -165540,11 +169278,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -165560,14 +169300,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -165583,17 +169324,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -165631,14 +169372,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -165713,7 +169456,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -165744,10 +169494,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -165795,19 +169546,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -165860,7 +169614,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -165957,9 +169712,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -166058,11 +169813,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -166092,18 +169847,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -166113,7 +169871,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -166122,7 +169880,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -166136,8 +169895,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -166470,11 +170229,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -166490,14 +170251,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -166513,17 +170275,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -166561,14 +170323,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -166643,7 +170407,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -166674,10 +170445,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -166725,19 +170497,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -166790,7 +170565,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -166887,9 +170663,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -166988,11 +170764,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -167022,18 +170798,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -167043,7 +170822,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -167052,7 +170831,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -167066,8 +170846,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -167400,11 +171180,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -167420,14 +171202,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -167443,17 +171226,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -167491,14 +171274,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -167573,7 +171358,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -167604,10 +171396,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -167655,19 +171448,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -167720,7 +171516,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -167817,9 +171614,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -167918,11 +171715,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -167952,18 +171749,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -167973,7 +171773,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -167982,7 +171782,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -167996,8 +171797,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -168330,11 +172131,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -168350,14 +172153,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -168373,17 +172177,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -168421,14 +172225,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -168503,7 +172309,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -168534,10 +172347,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -168585,19 +172399,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -168650,7 +172467,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -168747,9 +172565,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -168848,11 +172666,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -168882,18 +172700,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -168903,7 +172724,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -168912,7 +172733,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -168926,8 +172748,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -169260,11 +173082,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -169280,14 +173104,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -169303,17 +173128,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -169351,14 +173176,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -169433,7 +173260,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -169464,10 +173298,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -169515,19 +173350,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -169580,7 +173418,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -169677,9 +173516,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -169778,11 +173617,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -169812,18 +173651,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -169833,7 +173675,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -169842,7 +173684,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -169856,8 +173699,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -170190,11 +174033,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -170210,14 +174055,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -170233,17 +174079,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -170281,14 +174127,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -170363,7 +174211,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -170394,10 +174249,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -170445,19 +174301,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -170510,7 +174369,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -170607,9 +174467,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -170708,11 +174568,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -170742,18 +174602,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -170763,7 +174626,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -170772,7 +174635,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -170786,8 +174650,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -171120,11 +174984,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -171140,14 +175006,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -171163,17 +175030,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -171211,14 +175078,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -171293,7 +175162,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -171324,10 +175200,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -171375,19 +175252,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -171440,7 +175320,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -171537,9 +175418,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -171638,11 +175519,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -171672,18 +175553,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -171693,7 +175577,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -171702,7 +175586,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -171716,8 +175601,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -172050,11 +175935,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -172070,14 +175957,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -172093,17 +175981,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -172141,14 +176029,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -172223,7 +176113,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -172254,10 +176151,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -172305,19 +176203,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -172370,7 +176271,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -172467,9 +176369,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -172568,11 +176470,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -172602,18 +176504,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -172623,7 +176528,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -172632,7 +176537,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -172646,8 +176552,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -172980,11 +176886,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -173000,14 +176908,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -173023,17 +176932,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -173071,14 +176980,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -173153,7 +177064,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -173184,10 +177102,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -173235,19 +177154,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -173300,7 +177222,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -173397,9 +177320,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -173498,11 +177421,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -173532,18 +177455,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -173553,7 +177479,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -173562,7 +177488,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -173576,8 +177503,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -173910,11 +177837,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -173930,14 +177859,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -173953,17 +177883,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -174001,14 +177931,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -174083,7 +178015,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -174114,10 +178053,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -174165,19 +178105,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -174230,7 +178173,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -174327,9 +178271,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -174428,11 +178372,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -174462,18 +178406,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -174483,7 +178430,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -174492,7 +178439,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -174506,8 +178454,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -174840,11 +178788,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -174860,14 +178810,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -174883,17 +178834,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -174931,14 +178882,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -175013,7 +178966,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -175044,10 +179004,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -175095,19 +179056,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -175160,7 +179124,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -175257,9 +179222,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -175358,11 +179323,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -175392,18 +179357,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -175413,7 +179381,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -175422,7 +179390,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -175436,8 +179405,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -175770,11 +179739,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -175790,14 +179761,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -175813,17 +179785,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -175861,14 +179833,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -175943,7 +179917,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -175974,10 +179955,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -176025,19 +180007,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -176090,7 +180075,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -176187,9 +180173,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -176288,11 +180274,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -176322,18 +180308,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -176343,7 +180332,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -176352,7 +180341,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -176366,8 +180356,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -176700,11 +180690,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -176720,14 +180712,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -176743,17 +180736,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -176791,14 +180784,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -176873,7 +180868,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -176904,10 +180906,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -176955,19 +180958,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -177020,7 +181026,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -177117,9 +181124,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -177218,11 +181225,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -177252,18 +181259,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -177273,7 +181283,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -177282,7 +181292,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -177296,8 +181307,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -177630,11 +181641,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -177650,14 +181663,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -177673,17 +181687,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -177721,14 +181735,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -177803,7 +181819,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -177834,10 +181857,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -177885,19 +181909,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -177950,7 +181977,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -178047,9 +182075,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -178148,11 +182176,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -178182,18 +182210,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -178203,7 +182234,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -178212,7 +182243,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -178226,8 +182258,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -178560,11 +182592,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -178580,14 +182614,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -178603,17 +182638,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -178651,14 +182686,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -178733,7 +182770,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -178764,10 +182808,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -178815,19 +182860,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -178880,7 +182928,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -178977,9 +183026,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -179078,11 +183127,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -179112,18 +183161,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -179133,7 +183185,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -179142,7 +183194,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -179156,8 +183209,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -179490,11 +183543,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -179510,14 +183565,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -179533,17 +183589,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -179581,14 +183637,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -179663,7 +183721,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -179694,10 +183759,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -179745,19 +183811,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -179810,7 +183879,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -179907,9 +183977,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -180008,11 +184078,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -180042,18 +184112,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -180063,7 +184136,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -180072,7 +184145,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -180086,8 +184160,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -180420,11 +184494,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -180440,14 +184516,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -180463,17 +184540,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -180511,14 +184588,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -180593,7 +184672,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -180624,10 +184710,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -180675,19 +184762,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -180740,7 +184830,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -180837,9 +184928,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -180938,11 +185029,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -180972,18 +185063,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -180993,7 +185087,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -181002,7 +185096,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -181016,8 +185111,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -181350,11 +185445,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -181370,14 +185467,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -181393,17 +185491,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -181441,14 +185539,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -181523,7 +185623,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -181554,10 +185661,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -181605,19 +185713,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -181670,7 +185781,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -181767,9 +185879,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -181868,11 +185980,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -181902,18 +186014,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -181923,7 +186038,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -181932,7 +186047,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -181946,8 +186062,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -182280,11 +186396,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -182300,14 +186418,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -182323,17 +186442,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -182371,14 +186490,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -182453,7 +186574,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -182484,10 +186612,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -182535,19 +186664,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -182600,7 +186732,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -182697,9 +186830,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -182798,11 +186931,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -182832,18 +186965,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -182853,7 +186989,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -182862,7 +186998,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -182876,8 +187013,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -183210,11 +187347,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -183230,14 +187369,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -183253,17 +187393,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -183301,14 +187441,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -183383,7 +187525,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -183414,10 +187563,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -183465,19 +187615,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -183530,7 +187683,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -183627,9 +187781,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -183728,11 +187882,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -183762,18 +187916,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -183783,7 +187940,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -183792,7 +187949,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -183806,8 +187964,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -184140,11 +188298,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -184160,14 +188320,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -184183,17 +188344,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -184231,14 +188392,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -184313,7 +188476,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -184344,10 +188514,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -184395,19 +188566,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -184460,7 +188634,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -184557,9 +188732,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -184658,11 +188833,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -184692,18 +188867,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -184713,7 +188891,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -184722,7 +188900,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -184736,8 +188915,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -185070,11 +189249,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -185090,14 +189271,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -185113,17 +189295,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -185161,14 +189343,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -185243,7 +189427,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -185274,10 +189465,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -185325,19 +189517,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -185390,7 +189585,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -185487,9 +189683,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -185588,11 +189784,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -185622,18 +189818,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -185643,7 +189842,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -185652,7 +189851,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -185666,8 +189866,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -186000,11 +190200,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -186020,14 +190222,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -186043,17 +190246,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -186091,14 +190294,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -186173,7 +190378,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -186204,10 +190416,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -186255,19 +190468,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -186320,7 +190536,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -186417,9 +190634,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -186518,11 +190735,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -186552,18 +190769,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -186573,7 +190793,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -186582,7 +190802,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -186596,8 +190817,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -186930,11 +191151,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -186950,14 +191173,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -186973,17 +191197,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -187021,14 +191245,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -187103,7 +191329,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -187134,10 +191367,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -187185,19 +191419,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -187250,7 +191487,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -187347,9 +191585,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -187448,11 +191686,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -187482,18 +191720,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -187503,7 +191744,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -187512,7 +191753,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -187526,8 +191768,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -187860,11 +192102,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -187880,14 +192124,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -187903,17 +192148,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -187951,14 +192196,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -188033,7 +192280,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -188064,10 +192318,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -188115,19 +192370,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -188180,7 +192438,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -188277,9 +192536,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -188378,11 +192637,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -188412,18 +192671,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -188433,7 +192695,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -188442,7 +192704,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -188456,8 +192719,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -188790,11 +193053,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -188810,14 +193075,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -188833,17 +193099,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -188881,14 +193147,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -188963,7 +193231,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -188994,10 +193269,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -189045,19 +193321,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -189110,7 +193389,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -189207,9 +193487,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -189308,11 +193588,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -189342,18 +193622,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -189363,7 +193646,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -189372,7 +193655,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -189386,8 +193670,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -189720,11 +194004,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -189740,14 +194026,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -189763,17 +194050,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -189811,14 +194098,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -189893,7 +194182,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -189924,10 +194220,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -189975,19 +194272,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -190040,7 +194340,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -190137,9 +194438,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -190238,11 +194539,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -190272,18 +194573,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -190293,7 +194597,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -190302,7 +194606,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -190316,8 +194621,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -190650,11 +194955,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -190670,14 +194977,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -190693,17 +195001,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -190741,14 +195049,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -190823,7 +195133,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -190854,10 +195171,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -190905,19 +195223,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -190970,7 +195291,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -191067,9 +195389,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -191168,11 +195490,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -191202,18 +195524,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -191223,7 +195548,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -191232,7 +195557,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -191246,8 +195572,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -191580,11 +195906,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -191600,14 +195928,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -191623,17 +195952,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -191671,14 +196000,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -191753,7 +196084,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -191784,10 +196122,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -191835,19 +196174,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -191900,7 +196242,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -191997,9 +196340,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -192098,11 +196441,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -192132,18 +196475,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -192153,7 +196499,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -192162,7 +196508,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -192176,8 +196523,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -192510,11 +196857,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -192530,14 +196879,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -192553,17 +196903,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -192601,14 +196951,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -192683,7 +197035,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -192714,10 +197073,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -192765,19 +197125,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -192830,7 +197193,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -192927,9 +197291,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -193028,11 +197392,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -193062,18 +197426,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -193083,7 +197450,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -193092,7 +197459,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -193106,8 +197474,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -193440,11 +197808,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -193460,14 +197830,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -193483,17 +197854,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -193531,14 +197902,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -193613,7 +197986,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -193644,10 +198024,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -193695,19 +198076,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -193760,7 +198144,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -193857,9 +198242,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -193958,11 +198343,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -193992,18 +198377,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -194013,7 +198401,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -194022,7 +198410,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -194036,8 +198425,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -194370,11 +198759,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -194390,14 +198781,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -194413,17 +198805,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -194461,14 +198853,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -194543,7 +198937,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -194574,10 +198975,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -194625,19 +199027,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -194690,7 +199095,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -194787,9 +199193,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -194888,11 +199294,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -194922,18 +199328,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -194943,7 +199352,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -194952,7 +199361,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -194966,8 +199376,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -195300,11 +199710,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -195320,14 +199732,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -195343,17 +199756,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -195391,14 +199804,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -195473,7 +199888,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -195504,10 +199926,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -195555,19 +199978,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -195620,7 +200046,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -195717,9 +200144,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -195818,11 +200245,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -195852,18 +200279,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -195873,7 +200303,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -195882,7 +200312,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -195896,8 +200327,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -196230,11 +200661,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -196250,14 +200683,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -196273,17 +200707,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -196321,14 +200755,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -196403,7 +200839,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -196434,10 +200877,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -196485,19 +200929,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -196550,7 +200997,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -196647,9 +201095,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -196748,11 +201196,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -196782,18 +201230,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -196803,7 +201254,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -196812,7 +201263,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -196826,8 +201278,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -197160,11 +201612,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -197180,14 +201634,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -197203,17 +201658,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -197251,14 +201706,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -197333,7 +201790,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -197364,10 +201828,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -197415,19 +201880,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -197480,7 +201948,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -197577,9 +202046,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -197678,11 +202147,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -197712,18 +202181,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -197733,7 +202205,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -197742,7 +202214,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -197756,8 +202229,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -198090,11 +202563,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -198110,14 +202585,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -198133,17 +202609,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -198181,14 +202657,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -198263,7 +202741,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -198294,10 +202779,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -198345,19 +202831,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -198410,7 +202899,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -198507,9 +202997,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -198608,11 +203098,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -198642,18 +203132,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -198663,7 +203156,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -198672,7 +203165,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -198686,8 +203180,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -199020,11 +203514,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -199040,14 +203536,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -199063,17 +203560,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -199111,14 +203608,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -199193,7 +203692,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -199224,10 +203730,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -199275,19 +203782,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -199340,7 +203850,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -199437,9 +203948,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -199538,11 +204049,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -199572,18 +204083,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -199593,7 +204107,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -199602,7 +204116,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -199616,8 +204131,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -199950,11 +204465,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -199970,14 +204487,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -199993,17 +204511,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -200041,14 +204559,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -200123,7 +204643,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -200154,10 +204681,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -200205,19 +204733,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -200270,7 +204801,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -200367,9 +204899,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -200468,11 +205000,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -200502,18 +205034,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -200523,7 +205058,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -200532,7 +205067,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -200546,8 +205082,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -200880,11 +205416,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -200900,14 +205438,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -200923,17 +205462,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -200971,14 +205510,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -201053,7 +205594,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -201084,10 +205632,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -201135,19 +205684,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -201200,7 +205752,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -201297,9 +205850,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -201398,11 +205951,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -201432,18 +205985,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -201453,7 +206009,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -201462,7 +206018,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -201476,8 +206033,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -201810,11 +206367,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -201830,14 +206389,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -201853,17 +206413,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -201901,14 +206461,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -201983,7 +206545,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -202014,10 +206583,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -202065,19 +206635,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -202130,7 +206703,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -202227,9 +206801,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -202328,11 +206902,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -202362,18 +206936,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -202383,7 +206960,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -202392,7 +206969,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -202406,8 +206984,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -202740,11 +207318,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -202760,14 +207340,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -202783,17 +207364,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -202831,14 +207412,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -202913,7 +207496,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -202944,10 +207534,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -202995,19 +207586,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -203060,7 +207654,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -203157,9 +207752,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -203258,11 +207853,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -203292,18 +207887,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -203313,7 +207911,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -203322,7 +207920,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -203336,8 +207935,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -203670,11 +208269,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -203690,14 +208291,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -203713,17 +208315,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -203761,14 +208363,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -203843,7 +208447,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -203874,10 +208485,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -203925,19 +208537,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -203990,7 +208605,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -204087,9 +208703,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -204188,11 +208804,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -204222,18 +208838,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -204243,7 +208862,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -204252,7 +208871,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -204266,8 +208886,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -204600,11 +209220,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -204620,14 +209242,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -204643,17 +209266,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -204691,14 +209314,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -204773,7 +209398,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -204804,10 +209436,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -204855,19 +209488,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -204920,7 +209556,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -205017,9 +209654,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -205118,11 +209755,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -205152,18 +209789,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -205173,7 +209813,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -205182,7 +209822,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -205196,8 +209837,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -205530,11 +210171,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -205550,14 +210193,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -205573,17 +210217,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -205621,14 +210265,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -205703,7 +210349,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -205734,10 +210387,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -205785,19 +210439,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -205850,7 +210507,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -205947,9 +210605,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -206048,11 +210706,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -206082,18 +210740,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -206103,7 +210764,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -206112,7 +210773,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -206126,8 +210788,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -206460,11 +211122,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -206480,14 +211144,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -206503,17 +211168,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -206551,14 +211216,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -206633,7 +211300,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -206664,10 +211338,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -206715,19 +211390,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -206780,7 +211458,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -206877,9 +211556,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -206978,11 +211657,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -207012,18 +211691,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -207033,7 +211715,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -207042,7 +211724,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -207056,8 +211739,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -207390,11 +212073,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -207410,14 +212095,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -207433,17 +212119,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -207481,14 +212167,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -207563,7 +212251,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -207594,10 +212289,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -207645,19 +212341,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -207710,7 +212409,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -207807,9 +212507,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -207908,11 +212608,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -207942,18 +212642,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -207963,7 +212666,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -207972,7 +212675,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -207986,8 +212690,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -208320,11 +213024,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -208340,14 +213046,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -208363,17 +213070,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -208411,14 +213118,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -208493,7 +213202,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -208524,10 +213240,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -208575,19 +213292,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -208640,7 +213360,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -208737,9 +213458,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -208838,11 +213559,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -208872,18 +213593,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -208893,7 +213617,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -208902,7 +213626,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -208916,8 +213641,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -209250,11 +213975,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -209270,14 +213997,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -209293,17 +214021,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -209341,14 +214069,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -209423,7 +214153,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -209454,10 +214191,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -209505,19 +214243,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -209570,7 +214311,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -209667,9 +214409,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -209768,11 +214510,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -209802,18 +214544,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -209823,7 +214568,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -209832,7 +214577,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -209846,8 +214592,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -210180,11 +214926,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -210200,14 +214948,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -210223,17 +214972,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -210271,14 +215020,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -210353,7 +215104,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -210384,10 +215142,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -210435,19 +215194,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -210500,7 +215262,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -210597,9 +215360,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -210698,11 +215461,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -210732,18 +215495,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -210753,7 +215519,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -210762,7 +215528,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -210776,8 +215543,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -211110,11 +215877,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -211130,14 +215899,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -211153,17 +215923,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -211201,14 +215971,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -211283,7 +216055,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -211314,10 +216093,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -211365,19 +216145,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -211430,7 +216213,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -211527,9 +216311,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -211628,11 +216412,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -211662,18 +216446,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -211683,7 +216470,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -211692,7 +216479,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -211706,8 +216494,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -212040,11 +216828,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -212060,14 +216850,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -212083,17 +216874,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -212131,14 +216922,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -212213,7 +217006,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -212244,10 +217044,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -212295,19 +217096,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -212360,7 +217164,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -212457,9 +217262,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -212558,11 +217363,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -212592,18 +217397,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -212613,7 +217421,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -212622,7 +217430,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -212636,8 +217445,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -212970,11 +217779,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -212990,14 +217801,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -213013,17 +217825,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -213061,14 +217873,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -213143,7 +217957,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -213174,10 +217995,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -213225,19 +218047,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -213290,7 +218115,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -213387,9 +218213,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -213488,11 +218314,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -213522,18 +218348,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -213543,7 +218372,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -213552,7 +218381,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -213566,8 +218396,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -213900,11 +218730,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -213920,14 +218752,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -213943,17 +218776,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -213991,14 +218824,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -214073,7 +218908,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -214104,10 +218946,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -214155,19 +218998,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -214220,7 +219066,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -214317,9 +219164,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -214418,11 +219265,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -214452,18 +219299,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -214473,7 +219323,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -214482,7 +219332,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -214496,8 +219347,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -214830,11 +219681,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -214850,14 +219703,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -214873,17 +219727,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -214921,14 +219775,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -215003,7 +219859,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -215034,10 +219897,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -215085,19 +219949,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -215150,7 +220017,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -215247,9 +220115,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -215348,11 +220216,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -215382,18 +220250,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -215403,7 +220274,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -215412,7 +220283,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -215426,8 +220298,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -215760,11 +220632,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -215780,14 +220654,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -215803,17 +220678,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -215851,14 +220726,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -215933,7 +220810,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -215964,10 +220848,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -216015,19 +220900,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -216080,7 +220968,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -216177,9 +221066,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -216278,11 +221167,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -216312,18 +221201,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -216333,7 +221225,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -216342,7 +221234,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -216356,8 +221249,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -216690,11 +221583,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -216710,14 +221605,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -216733,17 +221629,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -216781,14 +221677,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -216863,7 +221761,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -216894,10 +221799,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -216945,19 +221851,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -217010,7 +221919,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -217107,9 +222017,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -217208,11 +222118,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -217242,18 +222152,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -217263,7 +222176,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -217272,7 +222185,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -217286,8 +222200,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -217620,11 +222534,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -217640,14 +222556,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -217663,17 +222580,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -217711,14 +222628,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -217793,7 +222712,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -217824,10 +222750,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -217875,19 +222802,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -217940,7 +222870,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -218037,9 +222968,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -218138,11 +223069,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -218172,18 +223103,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -218193,7 +223127,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -218202,7 +223136,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -218216,8 +223151,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -218550,11 +223485,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -218570,14 +223507,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -218593,17 +223531,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -218641,14 +223579,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -218723,7 +223663,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -218754,10 +223701,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -218805,19 +223753,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -218870,7 +223821,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -218967,9 +223919,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -219068,11 +224020,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -219102,18 +224054,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -219123,7 +224078,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -219132,7 +224087,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -219146,8 +224102,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -219480,11 +224436,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -219500,14 +224458,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -219523,17 +224482,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -219571,14 +224530,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -219653,7 +224614,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -219684,10 +224652,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -219735,19 +224704,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -219800,7 +224772,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -219897,9 +224870,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -219998,11 +224971,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -220032,18 +225005,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -220053,7 +225029,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -220062,7 +225038,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -220076,8 +225053,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -220410,11 +225387,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -220430,14 +225409,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -220453,17 +225433,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -220501,14 +225481,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -220583,7 +225565,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -220614,10 +225603,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -220665,19 +225655,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -220730,7 +225723,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -220827,9 +225821,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -220928,11 +225922,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -220962,18 +225956,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -220983,7 +225980,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -220992,7 +225989,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -221006,8 +226004,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -221340,11 +226338,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -221360,14 +226360,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -221383,17 +226384,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -221431,14 +226432,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -221513,7 +226516,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -221544,10 +226554,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -221595,19 +226606,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -221660,7 +226674,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -221757,9 +226772,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -221858,11 +226873,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -221892,18 +226907,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -221913,7 +226931,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -221922,7 +226940,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -221936,8 +226955,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -222270,11 +227289,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -222290,14 +227311,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -222313,17 +227335,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -222361,14 +227383,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -222443,7 +227467,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -222474,10 +227505,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -222525,19 +227557,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -222590,7 +227625,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -222687,9 +227723,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -222788,11 +227824,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -222822,18 +227858,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -222843,7 +227882,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -222852,7 +227891,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -222866,8 +227906,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -223200,11 +228240,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -223220,14 +228262,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -223243,17 +228286,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -223291,14 +228334,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -223373,7 +228418,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -223404,10 +228456,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -223455,19 +228508,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -223520,7 +228576,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -223617,9 +228674,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -223718,11 +228775,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -223752,18 +228809,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -223773,7 +228833,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -223782,7 +228842,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -223796,8 +228857,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -224130,11 +229191,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -224150,14 +229213,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -224173,17 +229237,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -224221,14 +229285,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -224303,7 +229369,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -224334,10 +229407,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -224385,19 +229459,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -224450,7 +229527,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -224547,9 +229625,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -224648,11 +229726,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -224682,18 +229760,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -224703,7 +229784,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -224712,7 +229793,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -224726,8 +229808,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -225060,11 +230142,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -225080,14 +230164,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -225103,17 +230188,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -225151,14 +230236,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -225233,7 +230320,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -225264,10 +230358,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -225315,19 +230410,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -225380,7 +230478,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -225477,9 +230576,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -225578,11 +230677,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -225612,18 +230711,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -225633,7 +230735,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -225642,7 +230744,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -225656,8 +230759,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -225990,11 +231093,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -226010,14 +231115,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -226033,17 +231139,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -226081,14 +231187,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -226163,7 +231271,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -226194,10 +231309,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -226245,19 +231361,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -226310,7 +231429,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -226407,9 +231527,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -226508,11 +231628,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -226542,18 +231662,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -226563,7 +231686,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -226572,7 +231695,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -226586,8 +231710,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -226920,11 +232044,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -226940,14 +232066,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -226963,17 +232090,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -227011,14 +232138,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -227093,7 +232222,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -227124,10 +232260,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -227175,19 +232312,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -227240,7 +232380,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -227337,9 +232478,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -227438,11 +232579,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -227472,18 +232613,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -227493,7 +232637,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -227502,7 +232646,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -227516,8 +232661,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -227850,11 +232995,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -227870,14 +233017,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -227893,17 +233041,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -227941,14 +233089,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -228023,7 +233173,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -228054,10 +233211,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -228105,19 +233263,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -228170,7 +233331,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -228267,9 +233429,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -228368,11 +233530,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -228402,18 +233564,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -228423,7 +233588,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -228432,7 +233597,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -228446,8 +233612,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -228780,11 +233946,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -228800,14 +233968,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -228823,17 +233992,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -228871,14 +234040,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -228953,7 +234124,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -228984,10 +234162,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -229035,19 +234214,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -229100,7 +234282,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -229197,9 +234380,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -229298,11 +234481,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -229332,18 +234515,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -229353,7 +234539,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -229362,7 +234548,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -229376,8 +234563,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -229710,11 +234897,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -229730,14 +234919,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -229753,17 +234943,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -229801,14 +234991,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -229883,7 +235075,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -229914,10 +235113,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -229965,19 +235165,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -230030,7 +235233,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -230127,9 +235331,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -230228,11 +235432,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -230262,18 +235466,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -230283,7 +235490,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -230292,7 +235499,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -230306,8 +235514,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -230640,11 +235848,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -230660,14 +235870,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -230683,17 +235894,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -230731,14 +235942,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -230813,7 +236026,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -230844,10 +236064,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -230895,19 +236116,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -230960,7 +236184,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -231057,9 +236282,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -231158,11 +236383,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -231192,18 +236417,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -231213,7 +236441,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -231222,7 +236450,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -231236,8 +236465,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -231570,11 +236799,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -231590,14 +236821,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -231613,17 +236845,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -231661,14 +236893,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -231743,7 +236977,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -231774,10 +237015,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -231825,19 +237067,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -231890,7 +237135,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -231987,9 +237233,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -232088,11 +237334,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -232122,18 +237368,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -232143,7 +237392,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -232152,7 +237401,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -232166,8 +237416,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -232500,11 +237750,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -232520,14 +237772,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -232543,17 +237796,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -232591,14 +237844,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -232673,7 +237928,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -232704,10 +237966,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -232755,19 +238018,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -232820,7 +238086,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -232917,9 +238184,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -233018,11 +238285,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -233052,18 +238319,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -233073,7 +238343,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -233082,7 +238352,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -233096,8 +238367,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -233430,11 +238701,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -233450,14 +238723,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -233473,17 +238747,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -233521,14 +238795,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -233603,7 +238879,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -233634,10 +238917,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -233685,19 +238969,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -233750,7 +239037,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -233847,9 +239135,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -233948,11 +239236,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -233982,18 +239270,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -234003,7 +239294,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -234012,7 +239303,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -234026,8 +239318,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -234360,11 +239652,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -234380,14 +239674,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -234403,17 +239698,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -234451,14 +239746,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -234533,7 +239830,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -234564,10 +239868,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -234615,19 +239920,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -234680,7 +239988,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -234777,9 +240086,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -234878,11 +240187,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -234912,18 +240221,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -234933,7 +240245,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -234942,7 +240254,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -234956,8 +240269,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -235290,11 +240603,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -235310,14 +240625,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -235333,17 +240649,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -235381,14 +240697,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -235463,7 +240781,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -235494,10 +240819,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -235545,19 +240871,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -235610,7 +240939,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -235707,9 +241037,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -235808,11 +241138,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -235842,18 +241172,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -235863,7 +241196,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -235872,7 +241205,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -235886,8 +241220,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -236220,11 +241554,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -236240,14 +241576,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -236263,17 +241600,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -236311,14 +241648,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -236393,7 +241732,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -236424,10 +241770,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -236475,19 +241822,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -236540,7 +241890,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -236637,9 +241988,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -236738,11 +242089,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -236772,18 +242123,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -236793,7 +242147,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -236802,7 +242156,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -236816,8 +242171,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -237150,11 +242505,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -237170,14 +242527,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -237193,17 +242551,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -237241,14 +242599,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -237323,7 +242683,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -237354,10 +242721,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -237405,19 +242773,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -237470,7 +242841,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -237567,9 +242939,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -237668,11 +243040,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -237702,18 +243074,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -237723,7 +243098,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -237732,7 +243107,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -237746,8 +243122,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -238080,11 +243456,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -238100,14 +243478,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -238123,17 +243502,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -238171,14 +243550,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -238253,7 +243634,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -238284,10 +243672,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -238335,19 +243724,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -238400,7 +243792,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -238497,9 +243890,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -238598,11 +243991,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -238632,18 +244025,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -238653,7 +244049,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -238662,7 +244058,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -238676,8 +244073,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -239010,11 +244407,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -239030,14 +244429,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -239053,17 +244453,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -239101,14 +244501,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -239183,7 +244585,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -239214,10 +244623,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -239265,19 +244675,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -239330,7 +244743,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -239427,9 +244841,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -239528,11 +244942,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -239562,18 +244976,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -239583,7 +245000,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -239592,7 +245009,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -239606,8 +245024,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -239940,11 +245358,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -239960,14 +245380,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -239983,17 +245404,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -240031,14 +245452,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -240113,7 +245536,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -240144,10 +245574,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -240195,19 +245626,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -240260,7 +245694,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -240357,9 +245792,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -240458,11 +245893,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -240492,18 +245927,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -240513,7 +245951,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -240522,7 +245960,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -240536,8 +245975,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -240870,11 +246309,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -240890,14 +246331,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -240913,17 +246355,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -240961,14 +246403,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -241043,7 +246487,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -241074,10 +246525,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -241125,19 +246577,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -241190,7 +246645,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -241287,9 +246743,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -241388,11 +246844,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -241422,18 +246878,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -241443,7 +246902,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -241452,7 +246911,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -241466,8 +246926,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -241800,11 +247260,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -241820,14 +247282,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -241843,17 +247306,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -241891,14 +247354,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -241973,7 +247438,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -242004,10 +247476,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -242055,19 +247528,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -242120,7 +247596,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -242217,9 +247694,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -242318,11 +247795,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -242352,18 +247829,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -242373,7 +247853,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -242382,7 +247862,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -242396,8 +247877,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -242730,11 +248211,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -242750,14 +248233,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -242773,17 +248257,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -242821,14 +248305,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -242903,7 +248389,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -242934,10 +248427,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -242985,19 +248479,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -243050,7 +248547,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -243147,9 +248645,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -243248,11 +248746,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -243282,18 +248780,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -243303,7 +248804,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -243312,7 +248813,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -243326,8 +248828,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -243660,11 +249162,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -243680,14 +249184,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -243703,17 +249208,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -243751,14 +249256,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -243833,7 +249340,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -243864,10 +249378,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -243915,19 +249430,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -243980,7 +249498,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -244077,9 +249596,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -244178,11 +249697,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -244212,18 +249731,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -244233,7 +249755,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -244242,7 +249764,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -244256,8 +249779,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -244590,11 +250113,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -244610,14 +250135,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -244633,17 +250159,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -244681,14 +250207,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -244763,7 +250291,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -244794,10 +250329,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -244845,19 +250381,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -244910,7 +250449,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -245007,9 +250547,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -245108,11 +250648,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -245142,18 +250682,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -245163,7 +250706,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -245172,7 +250715,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -245186,8 +250730,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -245520,11 +251064,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -245540,14 +251086,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -245563,17 +251110,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -245611,14 +251158,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -245693,7 +251242,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -245724,10 +251280,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -245775,19 +251332,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -245840,7 +251400,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -245937,9 +251498,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -246038,11 +251599,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -246072,18 +251633,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -246093,7 +251657,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -246102,7 +251666,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -246116,8 +251681,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -246450,11 +252015,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -246470,14 +252037,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -246493,17 +252061,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -246541,14 +252109,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -246623,7 +252193,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -246654,10 +252231,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -246705,19 +252283,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -246770,7 +252351,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -246867,9 +252449,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -246968,11 +252550,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -247002,18 +252584,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -247023,7 +252608,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -247032,7 +252617,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -247046,8 +252632,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -247380,11 +252966,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -247400,14 +252988,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -247423,17 +253012,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -247471,14 +253060,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -247553,7 +253144,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -247584,10 +253182,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -247635,19 +253234,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -247700,7 +253302,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -247797,9 +253400,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -247898,11 +253501,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -247932,18 +253535,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -247953,7 +253559,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -247962,7 +253568,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -247976,8 +253583,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -248310,11 +253917,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -248330,14 +253939,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -248353,17 +253963,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -248401,14 +254011,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -248483,7 +254095,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -248514,10 +254133,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -248565,19 +254185,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -248630,7 +254253,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -248727,9 +254351,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -248828,11 +254452,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -248862,18 +254486,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -248883,7 +254510,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -248892,7 +254519,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -248906,8 +254534,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -249240,11 +254868,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -249260,14 +254890,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -249283,17 +254914,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -249331,14 +254962,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -249413,7 +255046,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -249444,10 +255084,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -249495,19 +255136,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -249560,7 +255204,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -249657,9 +255302,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -249758,11 +255403,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -249792,18 +255437,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -249813,7 +255461,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -249822,7 +255470,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -249836,8 +255485,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -250170,11 +255819,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -250190,14 +255841,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -250213,17 +255865,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -250261,14 +255913,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -250343,7 +255997,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -250374,10 +256035,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -250425,19 +256087,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -250490,7 +256155,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -250587,9 +256253,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -250688,11 +256354,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -250722,18 +256388,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -250743,7 +256412,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -250752,7 +256421,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -250766,8 +256436,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -251100,11 +256770,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -251120,14 +256792,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -251143,17 +256816,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -251191,14 +256864,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -251273,7 +256948,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -251304,10 +256986,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -251355,19 +257038,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -251420,7 +257106,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -251517,9 +257204,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -251618,11 +257305,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -251652,18 +257339,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -251673,7 +257363,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -251682,7 +257372,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -251696,8 +257387,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -252030,11 +257721,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -252050,14 +257743,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -252073,17 +257767,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -252121,14 +257815,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -252203,7 +257899,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -252234,10 +257937,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -252285,19 +257989,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -252350,7 +258057,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -252447,9 +258155,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -252548,11 +258256,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -252582,18 +258290,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -252603,7 +258314,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -252612,7 +258323,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -252626,8 +258338,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -252960,11 +258672,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -252980,14 +258694,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -253003,17 +258718,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -253051,14 +258766,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -253133,7 +258850,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -253164,10 +258888,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -253215,19 +258940,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -253280,7 +259008,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -253377,9 +259106,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -253478,11 +259207,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -253512,18 +259241,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -253533,7 +259265,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -253542,7 +259274,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -253556,8 +259289,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -253890,11 +259623,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -253910,14 +259645,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -253933,17 +259669,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -253981,14 +259717,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -254063,7 +259801,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -254094,10 +259839,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -254145,19 +259891,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -254210,7 +259959,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -254307,9 +260057,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -254408,11 +260158,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -254442,18 +260192,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -254463,7 +260216,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -254472,7 +260225,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -254486,8 +260240,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -254820,11 +260574,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -254840,14 +260596,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -254863,17 +260620,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -254911,14 +260668,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -254993,7 +260752,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -255024,10 +260790,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -255075,19 +260842,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -255140,7 +260910,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -255237,9 +261008,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -255338,11 +261109,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -255372,18 +261143,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -255393,7 +261167,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -255402,7 +261176,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -255416,8 +261191,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -255750,11 +261525,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -255770,14 +261547,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -255793,17 +261571,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -255841,14 +261619,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -255923,7 +261703,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -255954,10 +261741,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -256005,19 +261793,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -256070,7 +261861,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -256167,9 +261959,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -256268,11 +262060,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -256302,18 +262094,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -256323,7 +262118,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -256332,7 +262127,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -256346,8 +262142,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -256680,11 +262476,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -256700,14 +262498,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -256723,17 +262522,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -256771,14 +262570,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -256853,7 +262654,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -256884,10 +262692,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -256935,19 +262744,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -257000,7 +262812,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -257097,9 +262910,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -257198,11 +263011,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -257232,18 +263045,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -257253,7 +263069,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -257262,7 +263078,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -257276,8 +263093,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -257610,11 +263427,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -257630,14 +263449,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -257653,17 +263473,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -257701,14 +263521,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -257783,7 +263605,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -257814,10 +263643,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -257865,19 +263695,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -257930,7 +263763,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -258027,9 +263861,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -258128,11 +263962,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -258162,18 +263996,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -258183,7 +264020,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -258192,7 +264029,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -258206,8 +264044,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -258540,11 +264378,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -258560,14 +264400,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -258583,17 +264424,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -258631,14 +264472,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -258713,7 +264556,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -258744,10 +264594,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -258795,19 +264646,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -258860,7 +264714,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -258957,9 +264812,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -259058,11 +264913,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -259092,18 +264947,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -259113,7 +264971,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -259122,7 +264980,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -259136,8 +264995,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -259470,11 +265329,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -259490,14 +265351,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -259513,17 +265375,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -259561,14 +265423,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -259643,7 +265507,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -259674,10 +265545,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -259725,19 +265597,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -259790,7 +265665,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -259887,9 +265763,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -259988,11 +265864,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -260022,18 +265898,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -260043,7 +265922,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -260052,7 +265931,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -260066,8 +265946,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -260400,11 +266280,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -260420,14 +266302,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -260443,17 +266326,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -260491,14 +266374,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -260573,7 +266458,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -260604,10 +266496,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -260655,19 +266548,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -260720,7 +266616,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -260817,9 +266714,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -260918,11 +266815,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -260952,18 +266849,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -260973,7 +266873,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -260982,7 +266882,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -260996,8 +266897,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -261330,11 +267231,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -261350,14 +267253,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -261373,17 +267277,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -261421,14 +267325,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -261503,7 +267409,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -261534,10 +267447,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -261585,19 +267499,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -261650,7 +267567,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -261747,9 +267665,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -261848,11 +267766,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -261882,18 +267800,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -261903,7 +267824,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -261912,7 +267833,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -261926,8 +267848,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -262260,11 +268182,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -262280,14 +268204,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -262303,17 +268228,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -262351,14 +268276,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -262433,7 +268360,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -262464,10 +268398,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -262515,19 +268450,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -262580,7 +268518,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -262677,9 +268616,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -262778,11 +268717,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -262812,18 +268751,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -262833,7 +268775,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -262842,7 +268784,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -262856,8 +268799,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -263190,11 +269133,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -263210,14 +269155,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -263233,17 +269179,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -263281,14 +269227,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -263363,7 +269311,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -263394,10 +269349,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -263445,19 +269401,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -263510,7 +269469,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -263607,9 +269567,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -263708,11 +269668,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -263742,18 +269702,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -263763,7 +269726,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -263772,7 +269735,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -263786,8 +269750,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -264120,11 +270084,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -264140,14 +270106,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -264163,17 +270130,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -264211,14 +270178,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -264293,7 +270262,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -264324,10 +270300,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -264375,19 +270352,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -264440,7 +270420,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -264537,9 +270518,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -264638,11 +270619,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -264672,18 +270653,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -264693,7 +270677,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -264702,7 +270686,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -264716,8 +270701,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -265050,11 +271035,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -265070,14 +271057,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -265093,17 +271081,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -265141,14 +271129,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -265223,7 +271213,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -265254,10 +271251,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -265305,19 +271303,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -265370,7 +271371,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -265467,9 +271469,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -265568,11 +271570,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -265602,18 +271604,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -265623,7 +271628,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -265632,7 +271637,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -265646,8 +271652,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -265980,11 +271986,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -266000,14 +272008,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -266023,17 +272032,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -266071,14 +272080,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -266153,7 +272164,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -266184,10 +272202,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -266235,19 +272254,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -266300,7 +272322,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -266397,9 +272420,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -266498,11 +272521,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -266532,18 +272555,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -266553,7 +272579,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -266562,7 +272588,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -266576,8 +272603,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -266910,11 +272937,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -266930,14 +272959,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -266953,17 +272983,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -267001,14 +273031,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -267083,7 +273115,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -267114,10 +273153,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -267165,19 +273205,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -267230,7 +273273,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -267327,9 +273371,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -267428,11 +273472,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -267462,18 +273506,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -267483,7 +273530,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -267492,7 +273539,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -267506,8 +273554,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -267840,11 +273888,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -267860,14 +273910,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -267883,17 +273934,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -267931,14 +273982,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -268013,7 +274066,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -268044,10 +274104,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -268095,19 +274156,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -268160,7 +274224,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -268257,9 +274322,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -268358,11 +274423,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -268392,18 +274457,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -268413,7 +274481,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -268422,7 +274490,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -268436,8 +274505,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -268770,11 +274839,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -268790,14 +274861,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -268813,17 +274885,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -268861,14 +274933,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -268943,7 +275017,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -268974,10 +275055,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -269025,19 +275107,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -269090,7 +275175,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -269187,9 +275273,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -269288,11 +275374,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -269322,18 +275408,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -269343,7 +275432,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -269352,7 +275441,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -269366,8 +275456,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -269700,11 +275790,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -269720,14 +275812,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -269743,17 +275836,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -269791,14 +275884,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -269873,7 +275968,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -269904,10 +276006,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -269955,19 +276058,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -270020,7 +276126,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -270117,9 +276224,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -270218,11 +276325,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -270252,18 +276359,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -270273,7 +276383,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -270282,7 +276392,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -270296,8 +276407,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -270630,11 +276741,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -270650,14 +276763,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -270673,17 +276787,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -270721,14 +276835,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -270803,7 +276919,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -270834,10 +276957,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -270885,19 +277009,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -270950,7 +277077,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -271047,9 +277175,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -271148,11 +277276,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -271182,18 +277310,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -271203,7 +277334,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -271212,7 +277343,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -271226,8 +277358,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -271560,11 +277692,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -271580,14 +277714,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -271603,17 +277738,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -271651,14 +277786,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -271733,7 +277870,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -271764,10 +277908,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -271815,19 +277960,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -271880,7 +278028,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -271977,9 +278126,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -272078,11 +278227,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -272112,18 +278261,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -272133,7 +278285,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -272142,7 +278294,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -272156,8 +278309,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -272490,11 +278643,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -272510,14 +278665,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -272533,17 +278689,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -272581,14 +278737,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -272663,7 +278821,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -272694,10 +278859,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -272745,19 +278911,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -272810,7 +278979,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -272907,9 +279077,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -273008,11 +279178,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -273042,18 +279212,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -273063,7 +279236,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -273072,7 +279245,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -273086,8 +279260,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -273420,11 +279594,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -273440,14 +279616,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -273463,17 +279640,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -273511,14 +279688,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -273593,7 +279772,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -273624,10 +279810,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -273675,19 +279862,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -273740,7 +279930,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -273837,9 +280028,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -273938,11 +280129,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -273972,18 +280163,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -273993,7 +280187,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -274002,7 +280196,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -274016,8 +280211,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -274350,11 +280545,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -274370,14 +280567,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -274393,17 +280591,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -274441,14 +280639,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -274523,7 +280723,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -274554,10 +280761,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -274605,19 +280813,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -274670,7 +280881,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -274767,9 +280979,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -274868,11 +281080,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -274902,18 +281114,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -274923,7 +281138,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -274932,7 +281147,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -274946,8 +281162,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -275280,11 +281496,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -275300,14 +281518,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -275323,17 +281542,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -275371,14 +281590,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -275453,7 +281674,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -275484,10 +281712,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -275535,19 +281764,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -275600,7 +281832,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -275697,9 +281930,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -275798,11 +282031,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -275832,18 +282065,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -275853,7 +282089,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -275862,7 +282098,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -275876,8 +282113,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -276210,11 +282447,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -276230,14 +282469,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -276253,17 +282493,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -276301,14 +282541,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -276383,7 +282625,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -276414,10 +282663,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -276465,19 +282715,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -276530,7 +282783,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -276627,9 +282881,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -276728,11 +282982,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -276762,18 +283016,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -276783,7 +283040,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -276792,7 +283049,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -276806,8 +283064,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -277140,11 +283398,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -277160,14 +283420,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -277183,17 +283444,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -277231,14 +283492,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -277313,7 +283576,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -277344,10 +283614,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -277395,19 +283666,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -277460,7 +283734,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -277557,9 +283832,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -277658,11 +283933,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -277692,18 +283967,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -277713,7 +283991,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -277722,7 +284000,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -277736,8 +284015,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -278070,11 +284349,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -278090,14 +284371,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -278113,17 +284395,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -278161,14 +284443,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -278243,7 +284527,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -278274,10 +284565,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -278325,19 +284617,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -278390,7 +284685,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -278487,9 +284783,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -278588,11 +284884,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -278622,18 +284918,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -278643,7 +284942,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -278652,7 +284951,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -278666,8 +284966,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -279000,11 +285300,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -279020,14 +285322,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -279043,17 +285346,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -279091,14 +285394,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -279173,7 +285478,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -279204,10 +285516,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -279255,19 +285568,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -279320,7 +285636,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -279417,9 +285734,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -279518,11 +285835,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -279552,18 +285869,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -279573,7 +285893,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -279582,7 +285902,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -279596,8 +285917,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -279930,11 +286251,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -279950,14 +286273,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -279973,17 +286297,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -280021,14 +286345,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -280103,7 +286429,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -280134,10 +286467,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -280185,19 +286519,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -280250,7 +286587,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -280347,9 +286685,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -280448,11 +286786,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -280482,18 +286820,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -280503,7 +286844,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -280512,7 +286853,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -280526,8 +286868,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -280860,11 +287202,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -280880,14 +287224,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -280903,17 +287248,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -280951,14 +287296,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -281033,7 +287380,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -281064,10 +287418,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -281115,19 +287470,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -281180,7 +287538,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -281277,9 +287636,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -281378,11 +287737,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -281412,18 +287771,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -281433,7 +287795,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -281442,7 +287804,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -281456,8 +287819,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -281790,11 +288153,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -281810,14 +288175,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -281833,17 +288199,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -281881,14 +288247,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -281963,7 +288331,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -281994,10 +288369,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -282045,19 +288421,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -282110,7 +288489,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -282207,9 +288587,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -282308,11 +288688,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -282342,18 +288722,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -282363,7 +288746,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -282372,7 +288755,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -282386,8 +288770,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -282720,11 +289104,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -282740,14 +289126,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -282763,17 +289150,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -282811,14 +289198,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -282893,7 +289282,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -282924,10 +289320,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -282975,19 +289372,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -283040,7 +289440,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -283137,9 +289538,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -283238,11 +289639,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -283272,18 +289673,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -283293,7 +289697,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -283302,7 +289706,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -283316,8 +289721,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -283650,11 +290055,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -283670,14 +290077,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -283693,17 +290101,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -283741,14 +290149,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -283823,7 +290233,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -283854,10 +290271,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -283905,19 +290323,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -283970,7 +290391,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -284067,9 +290489,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -284168,11 +290590,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -284202,18 +290624,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -284223,7 +290648,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -284232,7 +290657,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -284246,8 +290672,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -284580,11 +291006,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -284600,14 +291028,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -284623,17 +291052,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -284671,14 +291100,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -284753,7 +291184,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -284784,10 +291222,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -284835,19 +291274,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -284900,7 +291342,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -284997,9 +291440,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -285098,11 +291541,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -285132,18 +291575,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -285153,7 +291599,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -285162,7 +291608,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -285176,8 +291623,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -285510,11 +291957,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -285530,14 +291979,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -285553,17 +292003,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -285601,14 +292051,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -285683,7 +292135,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -285714,10 +292173,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -285765,19 +292225,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -285830,7 +292293,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -285927,9 +292391,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -286028,11 +292492,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -286062,18 +292526,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -286083,7 +292550,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -286092,7 +292559,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -286106,8 +292574,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -286440,11 +292908,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -286460,14 +292930,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -286483,17 +292954,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -286531,14 +293002,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -286613,7 +293086,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -286644,10 +293124,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -286695,19 +293176,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -286760,7 +293244,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -286857,9 +293342,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -286958,11 +293443,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -286992,18 +293477,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -287013,7 +293501,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -287022,7 +293510,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -287036,8 +293525,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -287370,11 +293859,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -287390,14 +293881,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -287413,17 +293905,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -287461,14 +293953,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -287543,7 +294037,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -287574,10 +294075,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -287625,19 +294127,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -287690,7 +294195,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -287787,9 +294293,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -287888,11 +294394,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -287922,18 +294428,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -287943,7 +294452,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -287952,7 +294461,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -287966,8 +294476,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -288300,11 +294810,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -288320,14 +294832,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -288343,17 +294856,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -288391,14 +294904,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -288473,7 +294988,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -288504,10 +295026,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -288555,19 +295078,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -288620,7 +295146,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -288717,9 +295244,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -288818,11 +295345,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -288852,18 +295379,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -288873,7 +295403,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -288882,7 +295412,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -288896,8 +295427,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -289230,11 +295761,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -289250,14 +295783,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -289273,17 +295807,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -289321,14 +295855,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -289403,7 +295939,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -289434,10 +295977,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -289485,19 +296029,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -289550,7 +296097,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -289647,9 +296195,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -289748,11 +296296,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -289782,18 +296330,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -289803,7 +296354,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -289812,7 +296363,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -289826,8 +296378,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -290160,11 +296712,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -290180,14 +296734,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -290203,17 +296758,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -290251,14 +296806,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -290333,7 +296890,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -290364,10 +296928,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -290415,19 +296980,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -290480,7 +297048,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -290577,9 +297146,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -290678,11 +297247,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -290712,18 +297281,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -290733,7 +297305,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -290742,7 +297314,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -290756,8 +297329,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -291090,11 +297663,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -291110,14 +297685,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -291133,17 +297709,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -291181,14 +297757,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -291263,7 +297841,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -291294,10 +297879,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -291345,19 +297931,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -291410,7 +297999,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -291507,9 +298097,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -291608,11 +298198,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -291642,18 +298232,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -291663,7 +298256,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -291672,7 +298265,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -291686,8 +298280,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -292020,11 +298614,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -292040,14 +298636,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -292063,17 +298660,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -292111,14 +298708,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -292193,7 +298792,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -292224,10 +298830,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -292275,19 +298882,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -292340,7 +298950,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -292437,9 +299048,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -292538,11 +299149,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -292572,18 +299183,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -292593,7 +299207,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -292602,7 +299216,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -292616,8 +299231,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -292950,11 +299565,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -292970,14 +299587,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -292993,17 +299611,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -293041,14 +299659,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -293123,7 +299743,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -293154,10 +299781,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -293205,19 +299833,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -293270,7 +299901,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -293367,9 +299999,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -293468,11 +300100,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -293502,18 +300134,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -293523,7 +300158,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -293532,7 +300167,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -293546,8 +300182,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -293880,11 +300516,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -293900,14 +300538,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -293923,17 +300562,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -293971,14 +300610,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -294053,7 +300694,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -294084,10 +300732,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -294135,19 +300784,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -294200,7 +300852,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -294297,9 +300950,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -294398,11 +301051,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -294432,18 +301085,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -294453,7 +301109,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -294462,7 +301118,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -294476,8 +301133,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -294810,11 +301467,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -294830,14 +301489,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -294853,17 +301513,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -294901,14 +301561,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -294983,7 +301645,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -295014,10 +301683,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -295065,19 +301735,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -295130,7 +301803,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -295227,9 +301901,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -295328,11 +302002,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -295362,18 +302036,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -295383,7 +302060,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -295392,7 +302069,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -295406,8 +302084,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -295740,11 +302418,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -295760,14 +302440,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -295783,17 +302464,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -295831,14 +302512,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -295913,7 +302596,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -295944,10 +302634,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -295995,19 +302686,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -296060,7 +302754,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -296157,9 +302852,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -296258,11 +302953,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -296292,18 +302987,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -296313,7 +303011,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -296322,7 +303020,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -296336,8 +303035,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -296670,11 +303369,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -296690,14 +303391,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -296713,17 +303415,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -296761,14 +303463,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -296843,7 +303547,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -296874,10 +303585,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -296925,19 +303637,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -296990,7 +303705,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -297087,9 +303803,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -297188,11 +303904,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -297222,18 +303938,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -297243,7 +303962,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -297252,7 +303971,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -297266,8 +303986,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -297600,11 +304320,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -297620,14 +304342,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -297643,17 +304366,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -297691,14 +304414,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -297773,7 +304498,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -297804,10 +304536,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -297855,19 +304588,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -297920,7 +304656,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -298017,9 +304754,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -298118,11 +304855,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -298152,18 +304889,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -298173,7 +304913,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -298182,7 +304922,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -298196,8 +304937,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -298530,11 +305271,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -298550,14 +305293,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -298573,17 +305317,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -298621,14 +305365,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -298703,7 +305449,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -298734,10 +305487,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -298785,19 +305539,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -298850,7 +305607,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -298947,9 +305705,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -299048,11 +305806,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -299082,18 +305840,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -299103,7 +305864,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -299112,7 +305873,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -299126,8 +305888,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -299460,11 +306222,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -299480,14 +306244,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -299503,17 +306268,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -299551,14 +306316,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -299633,7 +306400,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -299664,10 +306438,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -299715,19 +306490,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -299780,7 +306558,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -299877,9 +306656,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -299978,11 +306757,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -300012,18 +306791,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -300033,7 +306815,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -300042,7 +306824,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -300056,8 +306839,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -300390,11 +307173,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -300410,14 +307195,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -300433,17 +307219,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -300481,14 +307267,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -300563,7 +307351,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -300594,10 +307389,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -300645,19 +307441,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -300710,7 +307509,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -300807,9 +307607,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -300908,11 +307708,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -300942,18 +307742,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -300963,7 +307766,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -300972,7 +307775,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -300986,8 +307790,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -301320,11 +308124,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -301340,14 +308146,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -301363,17 +308170,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -301411,14 +308218,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -301493,7 +308302,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -301524,10 +308340,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -301575,19 +308392,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -301640,7 +308460,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -301737,9 +308558,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -301838,11 +308659,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -301872,18 +308693,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -301893,7 +308717,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -301902,7 +308726,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -301916,8 +308741,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -302250,11 +309075,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -302270,14 +309097,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -302293,17 +309121,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -302341,14 +309169,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -302423,7 +309253,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -302454,10 +309291,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -302505,19 +309343,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -302570,7 +309411,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -302667,9 +309509,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -302768,11 +309610,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -302802,18 +309644,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -302823,7 +309668,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -302832,7 +309677,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -302846,8 +309692,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -303180,11 +310026,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -303200,14 +310048,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -303223,17 +310072,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -303271,14 +310120,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -303353,7 +310204,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -303384,10 +310242,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -303435,19 +310294,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -303500,7 +310362,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -303597,9 +310460,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -303698,11 +310561,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -303732,18 +310595,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -303753,7 +310619,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -303762,7 +310628,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -303776,8 +310643,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -304110,11 +310977,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -304130,14 +310999,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -304153,17 +311023,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -304201,14 +311071,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -304283,7 +311155,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -304314,10 +311193,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -304365,19 +311245,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -304430,7 +311313,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -304527,9 +311411,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -304628,11 +311512,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -304662,18 +311546,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -304683,7 +311570,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -304692,7 +311579,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -304706,8 +311594,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -305040,11 +311928,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -305060,14 +311950,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -305083,17 +311974,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -305131,14 +312022,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -305213,7 +312106,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -305244,10 +312144,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -305295,19 +312196,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -305360,7 +312264,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -305457,9 +312362,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -305558,11 +312463,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -305592,18 +312497,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -305613,7 +312521,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -305622,7 +312530,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -305636,8 +312545,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -305970,11 +312879,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -305990,14 +312901,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -306013,17 +312925,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -306061,14 +312973,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -306143,7 +313057,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -306174,10 +313095,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -306225,19 +313147,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -306290,7 +313215,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -306387,9 +313313,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -306488,11 +313414,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -306522,18 +313448,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -306543,7 +313472,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -306552,7 +313481,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -306566,8 +313496,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -306900,11 +313830,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -306920,14 +313852,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -306943,17 +313876,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -306991,14 +313924,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -307073,7 +314008,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -307104,10 +314046,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -307155,19 +314098,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -307220,7 +314166,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -307317,9 +314264,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -307418,11 +314365,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -307452,18 +314399,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -307473,7 +314423,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -307482,7 +314432,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -307496,8 +314447,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -307830,11 +314781,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -307850,14 +314803,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -307873,17 +314827,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -307921,14 +314875,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -308003,7 +314959,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -308034,10 +314997,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -308085,19 +315049,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -308150,7 +315117,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -308247,9 +315215,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -308348,11 +315316,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -308382,18 +315350,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -308403,7 +315374,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -308412,7 +315383,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -308426,8 +315398,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -308760,11 +315732,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -308780,14 +315754,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -308803,17 +315778,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -308851,14 +315826,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -308933,7 +315910,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -308964,10 +315948,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -309015,19 +316000,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -309080,7 +316068,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -309177,9 +316166,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -309278,11 +316267,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -309312,18 +316301,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -309333,7 +316325,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -309342,7 +316334,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -309356,8 +316349,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -309690,11 +316683,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -309710,14 +316705,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -309733,17 +316729,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -309781,14 +316777,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -309863,7 +316861,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -309894,10 +316899,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -309945,19 +316951,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -310010,7 +317019,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -310107,9 +317117,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -310208,11 +317218,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -310242,18 +317252,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -310263,7 +317276,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -310272,7 +317285,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -310286,8 +317300,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -310620,11 +317634,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -310640,14 +317656,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -310663,17 +317680,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -310711,14 +317728,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -310793,7 +317812,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -310824,10 +317850,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -310875,19 +317902,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -310940,7 +317970,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -311037,9 +318068,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -311138,11 +318169,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -311172,18 +318203,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -311193,7 +318227,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -311202,7 +318236,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -311216,8 +318251,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -311550,11 +318585,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -311570,14 +318607,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -311593,17 +318631,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -311641,14 +318679,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -311723,7 +318763,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -311754,10 +318801,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -311805,19 +318853,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -311870,7 +318921,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -311967,9 +319019,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -312068,11 +319120,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -312102,18 +319154,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -312123,7 +319178,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -312132,7 +319187,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -312146,8 +319202,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -312480,11 +319536,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -312500,14 +319558,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -312523,17 +319582,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -312571,14 +319630,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -312653,7 +319714,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -312684,10 +319752,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -312735,19 +319804,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -312800,7 +319872,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -312897,9 +319970,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -312998,11 +320071,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -313032,18 +320105,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -313053,7 +320129,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -313062,7 +320138,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -313076,8 +320153,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -313410,11 +320487,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -313430,14 +320509,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -313453,17 +320533,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -313501,14 +320581,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -313583,7 +320665,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -313614,10 +320703,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -313665,19 +320755,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -313730,7 +320823,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -313827,9 +320921,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -313928,11 +321022,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -313962,18 +321056,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -313983,7 +321080,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -313992,7 +321089,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -314006,8 +321104,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -314340,11 +321438,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -314360,14 +321460,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -314383,17 +321484,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -314431,14 +321532,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -314513,7 +321616,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -314544,10 +321654,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -314595,19 +321706,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -314660,7 +321774,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -314757,9 +321872,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -314858,11 +321973,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -314892,18 +322007,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -314913,7 +322031,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -314922,7 +322040,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -314936,8 +322055,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -315270,11 +322389,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -315290,14 +322411,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -315313,17 +322435,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -315361,14 +322483,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -315443,7 +322567,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -315474,10 +322605,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -315525,19 +322657,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -315590,7 +322725,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -315687,9 +322823,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -315788,11 +322924,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -315822,18 +322958,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -315843,7 +322982,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -315852,7 +322991,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -315866,8 +323006,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -316200,11 +323340,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -316220,14 +323362,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -316243,17 +323386,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -316291,14 +323434,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -316373,7 +323518,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -316404,10 +323556,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -316455,19 +323608,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -316520,7 +323676,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -316617,9 +323774,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -316718,11 +323875,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -316752,18 +323909,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -316773,7 +323933,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -316782,7 +323942,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -316796,8 +323957,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -317130,11 +324291,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -317150,14 +324313,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -317173,17 +324337,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -317221,14 +324385,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -317303,7 +324469,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -317334,10 +324507,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -317385,19 +324559,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -317450,7 +324627,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -317547,9 +324725,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -317648,11 +324826,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -317682,18 +324860,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -317703,7 +324884,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -317712,7 +324893,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -317726,8 +324908,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -318060,11 +325242,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -318080,14 +325264,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -318103,17 +325288,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -318151,14 +325336,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -318233,7 +325420,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -318264,10 +325458,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -318315,19 +325510,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -318380,7 +325578,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -318477,9 +325676,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -318578,11 +325777,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -318612,18 +325811,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -318633,7 +325835,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -318642,7 +325844,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -318656,8 +325859,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -318990,11 +326193,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -319010,14 +326215,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -319033,17 +326239,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -319081,14 +326287,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -319163,7 +326371,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -319194,10 +326409,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -319245,19 +326461,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -319310,7 +326529,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -319407,9 +326627,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -319508,11 +326728,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -319542,18 +326762,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -319563,7 +326786,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -319572,7 +326795,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -319586,8 +326810,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -319920,11 +327144,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -319940,14 +327166,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -319963,17 +327190,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -320011,14 +327238,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -320093,7 +327322,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -320124,10 +327360,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -320175,19 +327412,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -320240,7 +327480,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -320337,9 +327578,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -320438,11 +327679,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -320472,18 +327713,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -320493,7 +327737,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -320502,7 +327746,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -320516,8 +327761,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -320850,11 +328095,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -320870,14 +328117,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -320893,17 +328141,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -320941,14 +328189,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -321023,7 +328273,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -321054,10 +328311,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -321105,19 +328363,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -321170,7 +328431,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -321267,9 +328529,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -321368,11 +328630,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -321402,18 +328664,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -321423,7 +328688,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -321432,7 +328697,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -321446,8 +328712,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -321780,11 +329046,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -321800,14 +329068,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -321823,17 +329092,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -321871,14 +329140,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -321953,7 +329224,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -321984,10 +329262,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -322035,19 +329314,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -322100,7 +329382,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -322197,9 +329480,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -322298,11 +329581,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -322332,18 +329615,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -322353,7 +329639,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -322362,7 +329648,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -322376,8 +329663,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -322710,11 +329997,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -322730,14 +330019,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -322753,17 +330043,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -322801,14 +330091,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -322883,7 +330175,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -322914,10 +330213,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -322965,19 +330265,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -323030,7 +330333,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -323127,9 +330431,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -323228,11 +330532,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -323262,18 +330566,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -323283,7 +330590,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -323292,7 +330599,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -323306,8 +330614,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -323640,11 +330948,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -323660,14 +330970,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -323683,17 +330994,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -323731,14 +331042,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -323813,7 +331126,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -323844,10 +331164,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -323895,19 +331216,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -323960,7 +331284,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -324057,9 +331382,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -324158,11 +331483,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -324192,18 +331517,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -324213,7 +331541,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -324222,7 +331550,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -324236,8 +331565,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -324570,11 +331899,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -324590,14 +331921,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -324613,17 +331945,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -324661,14 +331993,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -324743,7 +332077,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -324774,10 +332115,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -324825,19 +332167,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -324890,7 +332235,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -324987,9 +332333,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -325088,11 +332434,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -325122,18 +332468,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -325143,7 +332492,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -325152,7 +332501,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -325166,8 +332516,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -325500,11 +332850,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -325520,14 +332872,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -325543,17 +332896,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -325591,14 +332944,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -325673,7 +333028,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -325704,10 +333066,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -325755,19 +333118,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -325820,7 +333186,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -325917,9 +333284,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -326018,11 +333385,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -326052,18 +333419,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -326073,7 +333443,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -326082,7 +333452,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -326096,8 +333467,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
@@ -326430,11 +333801,13 @@ T1529,No,-,0
T1077,No,-,0
T1574.012,No,-,0
T1055.011,No,-,0
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,5
-T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,5
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml,7
+T1053.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml,7
T1066,No,-,0
T1560.001,No,-,0
T1021.005,No,-,0
@@ -326450,14 +333823,15 @@ T1037,No,-,0
T1557,No,-,0
T1033,No,-,0
T1583,No,-,0
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,8
-T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,8
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml,9
+T1218.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml,9
T1143,No,-,0
T1161,No,-,0
T1132.001,No,-,0
@@ -326473,17 +333847,17 @@ T1222.002,No,-,0
T1110.001,No,-,0
T1216.001,No,-,0
T1597.002,No,-,0
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,29
-T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,29
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml,31
+T1003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml,31
T1129,No,-,0
T1602,No,-,0
T1561.002,No,-,0
@@ -326521,14 +333895,16 @@ T1099,No,-,0
T1548.003,No,-,0
T1560.003,No,-,0
T1578,No,-,0
-T1069,No,-,0
+T1069,No,-,1
T1114,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_pst_export_alert.yml,4
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,2
-T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,2
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml,4
+T1003.002,Yes,https://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml,4
T1596.002,No,-,0
T1542.001,No,-,0
T1594,No,-,0
-T1069.003,No,-,0
+T1069.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,1
T1574.011,Yes,https://github.com/splunk/security_content/blob/develop/detections/reg_exe_manipulating_windows_services_registry_keys.yml,1
T1596.001,No,-,0
T1499.003,No,-,0
@@ -326603,7 +333979,14 @@ T1098.003,No,-,0
T1547.012,No,-,0
T1089,No,-,0
T1487,No,-,0
-T1566.001,No,-,0
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml,8
+T1566.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml,8
T1214,No,-,0
T1559.001,No,-,0
T1574.001,No,-,0
@@ -326634,10 +334017,11 @@ T1505.002,No,-,0
T1082,Yes,https://github.com/splunk/security_content/blob/develop/detections/system_information_discovery_detection.yml,1
T1071,No,-,3
T1074.002,No,-,0
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,9
-T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,9
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml,12
+T1053,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,12
T1218.007,No,-,0
T1162,No,-,0
T1590.003,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,1
@@ -326685,19 +334069,22 @@ T1546.011,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1552,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,1
T1547.010,Yes,https://github.com/splunk/security_content/blob/develop/detections/monitor_registry_keys_for_print_monitors.yml,1
T1037.002,No,-,0
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,9
-T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,9
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml,12
+T1055,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml,12
T1139,No,-,0
T1205,No,-,0
T1503,No,-,0
-T1218,No,-,26
+T1218,No,-,27
T1153,No,-,0
T1038,No,-,0
T1050,No,-,0
@@ -326750,7 +334137,8 @@ T1145,No,-,0
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml,2
T1112,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml,2
T1543.004,No,-,0
-T1580,No,-,0
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml,2
+T1580,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
T1555.003,No,-,0
T1574.008,No,-,0
T1491,No,-,0
@@ -326847,9 +334235,9 @@ T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_accounts_groups_via_mimikatz_modules.yml,4
T1087,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_and_use_computers_domains_via_powersploit_modules.yml,4
T1090,No,-,0
+T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml,18
-T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml,18
T1059,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml,18
T1562.006,No,-,0
T1136.002,No,-,0
@@ -326948,11 +334336,11 @@ T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml,9
-T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml,9
T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml,9
+T1059.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml,9
T1023,No,-,0
T1546.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_changes_to_file_associations.yml,1
T1055.014,No,-,0
@@ -326982,18 +334370,21 @@ T1136.003,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1069.001,No,-,0
T1149,No,-,0
T1593,No,-,0
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,12
-T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,12
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml,15
+T1098,Yes,https://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml,15
T1170,No,-,0
T1048,No,-,4
T1547.006,No,-,0
@@ -327003,7 +334394,7 @@ T1588.002,No,-,0
T1052.001,No,-,0
T1597,No,-,0
T1053.006,No,-,0
-T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,3
+T1566,Yes,https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml,11
T1061,No,-,0
T1542.004,No,-,0
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_renamed.yml,4
@@ -327012,7 +334403,8 @@ T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1218.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/detect_html_help_using_infotech_storage_handlers.yml,4
T1070.005,Yes,https://github.com/splunk/security_content/blob/develop/detections/create_or_delete_windows_shares_using_net_exe.yml,1
T1090.003,No,-,0
-T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,1
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml,2
+T1110,Yes,https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml,2
T1059.004,No,-,0
T1137.003,No,-,0
T1157,No,-,0
@@ -327026,8 +334418,8 @@ T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml,14
-T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml,14
+T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml,14
T1562.001,Yes,https://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml,14
T1565,No,-,0
diff --git a/docs/mitre-map/coverage.json b/docs/mitre-map/coverage.json
index a154cc4c8e..226518b3af 100644
--- a/docs/mitre-map/coverage.json
+++ b/docs/mitre-map/coverage.json
@@ -7,8 +7,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -31,8 +31,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -54,7 +54,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -108,13 +108,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -212,7 +216,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -261,8 +269,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -349,8 +357,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -430,7 +438,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -556,7 +568,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -692,7 +704,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -743,8 +755,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -757,7 +769,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -775,8 +787,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -784,7 +796,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -1193,8 +1205,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -1217,8 +1229,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -1240,7 +1252,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -1294,13 +1306,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -1398,7 +1414,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -1447,8 +1467,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -1535,8 +1555,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -1616,7 +1636,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -1742,7 +1766,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -1878,7 +1902,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -1929,8 +1953,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -1943,7 +1967,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -1961,8 +1985,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -1970,7 +1994,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -2379,8 +2403,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -2403,8 +2427,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -2426,7 +2450,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -2480,13 +2504,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -2584,7 +2612,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -2633,8 +2665,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -2721,8 +2753,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -2802,7 +2834,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -2928,7 +2964,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -3064,7 +3100,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -3115,8 +3151,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -3129,7 +3165,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -3147,8 +3183,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -3156,7 +3192,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -3565,8 +3601,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -3589,8 +3625,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -3612,7 +3648,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -3666,13 +3702,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -3770,7 +3810,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -3819,8 +3863,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -3907,8 +3951,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -3988,7 +4032,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -4114,7 +4162,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -4250,7 +4298,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -4301,8 +4349,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -4315,7 +4363,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -4333,8 +4381,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -4342,7 +4390,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -4751,8 +4799,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -4775,8 +4823,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -4798,7 +4846,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -4852,13 +4900,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -4956,7 +5008,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -5005,8 +5061,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -5093,8 +5149,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -5174,7 +5230,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -5300,7 +5360,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -5436,7 +5496,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -5487,8 +5547,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -5501,7 +5561,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -5519,8 +5579,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -5528,7 +5588,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -5937,8 +5997,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -5961,8 +6021,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -5984,7 +6044,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -6038,13 +6098,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -6142,7 +6206,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -6191,8 +6259,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -6279,8 +6347,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -6360,7 +6428,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -6486,7 +6558,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -6622,7 +6694,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -6673,8 +6745,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -6687,7 +6759,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -6705,8 +6777,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -6714,7 +6786,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -7123,8 +7195,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -7147,8 +7219,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -7170,7 +7242,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -7224,13 +7296,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -7328,7 +7404,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -7377,8 +7457,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -7465,8 +7545,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -7546,7 +7626,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -7672,7 +7756,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -7808,7 +7892,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -7859,8 +7943,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -7873,7 +7957,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -7891,8 +7975,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -7900,7 +7984,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -8309,8 +8393,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -8333,8 +8417,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -8356,7 +8440,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -8410,13 +8494,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -8514,7 +8602,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -8563,8 +8655,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -8651,8 +8743,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -8732,7 +8824,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -8858,7 +8954,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -8994,7 +9090,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -9045,8 +9141,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -9059,7 +9155,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -9077,8 +9173,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -9086,7 +9182,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -9495,8 +9591,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -9519,8 +9615,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -9542,7 +9638,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -9596,13 +9692,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -9700,7 +9800,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -9749,8 +9853,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -9837,8 +9941,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -9918,7 +10022,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -10044,7 +10152,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -10180,7 +10288,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -10231,8 +10339,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -10245,7 +10353,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -10263,8 +10371,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -10272,7 +10380,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -10681,8 +10789,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -10705,8 +10813,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -10728,7 +10836,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -10782,13 +10890,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -10886,7 +10998,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -10935,8 +11051,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -11023,8 +11139,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -11104,7 +11220,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -11230,7 +11350,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -11366,7 +11486,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -11417,8 +11537,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -11431,7 +11551,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -11449,8 +11569,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -11458,7 +11578,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -11867,8 +11987,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -11891,8 +12011,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -11914,7 +12034,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -11968,13 +12088,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -12072,7 +12196,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -12121,8 +12249,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -12209,8 +12337,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -12290,7 +12418,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -12416,7 +12548,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -12552,7 +12684,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -12603,8 +12735,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -12617,7 +12749,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -12635,8 +12767,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -12644,7 +12776,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -13053,8 +13185,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -13077,8 +13209,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -13100,7 +13232,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -13154,13 +13286,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -13258,7 +13394,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -13307,8 +13447,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -13395,8 +13535,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -13476,7 +13616,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -13602,7 +13746,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -13738,7 +13882,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -13789,8 +13933,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -13803,7 +13947,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -13821,8 +13965,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -13830,7 +13974,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -14239,8 +14383,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -14263,8 +14407,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -14286,7 +14430,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -14340,13 +14484,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -14444,7 +14592,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -14493,8 +14645,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -14581,8 +14733,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -14662,7 +14814,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -14788,7 +14944,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -14924,7 +15080,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -14975,8 +15131,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -14989,7 +15145,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -15007,8 +15163,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -15016,7 +15172,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -15425,8 +15581,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -15449,8 +15605,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -15472,7 +15628,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -15526,13 +15682,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -15630,7 +15790,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -15679,8 +15843,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -15767,8 +15931,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -15848,7 +16012,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -15974,7 +16142,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -16110,7 +16278,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -16161,8 +16329,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -16175,7 +16343,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -16193,8 +16361,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -16202,7 +16370,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -16611,8 +16779,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -16635,8 +16803,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -16658,7 +16826,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -16712,13 +16880,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -16816,7 +16988,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -16865,8 +17041,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -16953,8 +17129,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -17034,7 +17210,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -17160,7 +17340,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -17296,7 +17476,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -17347,8 +17527,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -17361,7 +17541,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -17379,8 +17559,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -17388,7 +17568,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -17797,8 +17977,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -17821,8 +18001,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -17844,7 +18024,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -17898,13 +18078,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -18002,7 +18186,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -18051,8 +18239,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -18139,8 +18327,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -18220,7 +18408,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -18346,7 +18538,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -18482,7 +18674,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -18533,8 +18725,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -18547,7 +18739,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -18565,8 +18757,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -18574,7 +18766,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -18983,8 +19175,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -19007,8 +19199,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -19030,7 +19222,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -19084,13 +19276,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -19188,7 +19384,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -19237,8 +19437,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -19325,8 +19525,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -19406,7 +19606,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -19532,7 +19736,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -19668,7 +19872,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -19719,8 +19923,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -19733,7 +19937,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -19751,8 +19955,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -19760,7 +19964,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -20169,8 +20373,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -20193,8 +20397,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -20216,7 +20420,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -20270,13 +20474,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -20374,7 +20582,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -20423,8 +20635,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -20511,8 +20723,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -20592,7 +20804,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -20718,7 +20934,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -20854,7 +21070,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -20905,8 +21121,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -20919,7 +21135,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -20937,8 +21153,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -20946,7 +21162,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -21355,8 +21571,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -21379,8 +21595,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -21402,7 +21618,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -21456,13 +21672,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -21560,7 +21780,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -21609,8 +21833,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -21697,8 +21921,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -21778,7 +22002,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -21904,7 +22132,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -22040,7 +22268,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -22091,8 +22319,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -22105,7 +22333,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -22123,8 +22351,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -22132,7 +22360,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -22541,8 +22769,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -22565,8 +22793,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -22588,7 +22816,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -22642,13 +22870,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -22746,7 +22978,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -22795,8 +23031,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -22883,8 +23119,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -22964,7 +23200,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -23090,7 +23330,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -23226,7 +23466,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -23277,8 +23517,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -23291,7 +23531,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -23309,8 +23549,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -23318,7 +23558,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -23727,8 +23967,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -23751,8 +23991,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -23774,7 +24014,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -23828,13 +24068,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -23932,7 +24176,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -23981,8 +24229,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -24069,8 +24317,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -24150,7 +24398,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -24276,7 +24528,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -24412,7 +24664,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -24463,8 +24715,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -24477,7 +24729,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -24495,8 +24747,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -24504,7 +24756,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -24913,8 +25165,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -24937,8 +25189,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -24960,7 +25212,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -25014,13 +25266,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -25118,7 +25374,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -25167,8 +25427,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -25255,8 +25515,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -25336,7 +25596,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -25462,7 +25726,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -25598,7 +25862,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -25649,8 +25913,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -25663,7 +25927,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -25681,8 +25945,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -25690,7 +25954,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -26099,8 +26363,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -26123,8 +26387,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -26146,7 +26410,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -26200,13 +26464,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -26304,7 +26572,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -26353,8 +26625,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -26441,8 +26713,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -26522,7 +26794,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -26648,7 +26924,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -26784,7 +27060,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -26835,8 +27111,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -26849,7 +27125,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -26867,8 +27143,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -26876,7 +27152,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -27285,8 +27561,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -27309,8 +27585,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -27332,7 +27608,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -27386,13 +27662,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -27490,7 +27770,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -27539,8 +27823,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -27627,8 +27911,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -27708,7 +27992,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -27834,7 +28122,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -27970,7 +28258,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -28021,8 +28309,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -28035,7 +28323,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -28053,8 +28341,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -28062,7 +28350,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -28471,8 +28759,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -28495,8 +28783,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -28518,7 +28806,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -28572,13 +28860,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -28676,7 +28968,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -28725,8 +29021,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -28813,8 +29109,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -28894,7 +29190,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -29020,7 +29320,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -29156,7 +29456,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -29207,8 +29507,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -29221,7 +29521,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -29239,8 +29539,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -29248,7 +29548,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -29657,8 +29957,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -29681,8 +29981,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -29704,7 +30004,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -29758,13 +30058,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -29862,7 +30166,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -29911,8 +30219,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -29999,8 +30307,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -30080,7 +30388,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -30206,7 +30518,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -30342,7 +30654,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -30393,8 +30705,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -30407,7 +30719,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -30425,8 +30737,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -30434,7 +30746,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -30843,8 +31155,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -30867,8 +31179,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -30890,7 +31202,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -30944,13 +31256,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -31048,7 +31364,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -31097,8 +31417,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -31185,8 +31505,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -31266,7 +31586,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -31392,7 +31716,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -31528,7 +31852,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -31579,8 +31903,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -31593,7 +31917,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -31611,8 +31935,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -31620,7 +31944,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -32029,8 +32353,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -32053,8 +32377,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -32076,7 +32400,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -32130,13 +32454,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -32234,7 +32562,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -32283,8 +32615,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -32371,8 +32703,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -32452,7 +32784,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -32578,7 +32914,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -32714,7 +33050,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -32765,8 +33101,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -32779,7 +33115,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -32797,8 +33133,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -32806,7 +33142,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -33215,8 +33551,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -33239,8 +33575,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -33262,7 +33598,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -33316,13 +33652,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -33420,7 +33760,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -33469,8 +33813,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -33557,8 +33901,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -33638,7 +33982,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -33764,7 +34112,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -33900,7 +34248,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -33951,8 +34299,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -33965,7 +34313,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -33983,8 +34331,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -33992,7 +34340,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -34401,8 +34749,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -34425,8 +34773,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -34448,7 +34796,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -34502,13 +34850,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -34606,7 +34958,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -34655,8 +35011,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -34743,8 +35099,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -34824,7 +35180,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -34950,7 +35310,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -35086,7 +35446,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -35137,8 +35497,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -35151,7 +35511,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -35169,8 +35529,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -35178,7 +35538,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -35587,8 +35947,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -35611,8 +35971,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -35634,7 +35994,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -35688,13 +36048,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -35792,7 +36156,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -35841,8 +36209,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -35929,8 +36297,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -36010,7 +36378,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -36136,7 +36508,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -36272,7 +36644,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -36323,8 +36695,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -36337,7 +36709,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -36355,8 +36727,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -36364,7 +36736,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -36773,8 +37145,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -36797,8 +37169,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -36820,7 +37192,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -36874,13 +37246,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -36978,7 +37354,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -37027,8 +37407,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -37115,8 +37495,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -37196,7 +37576,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -37322,7 +37706,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -37458,7 +37842,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -37509,8 +37893,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -37523,7 +37907,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -37541,8 +37925,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -37550,7 +37934,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -37959,8 +38343,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -37983,8 +38367,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -38006,7 +38390,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -38060,13 +38444,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -38164,7 +38552,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -38213,8 +38605,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -38301,8 +38693,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -38382,7 +38774,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -38508,7 +38904,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -38644,7 +39040,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -38695,8 +39091,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -38709,7 +39105,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -38727,8 +39123,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -38736,7 +39132,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -39145,8 +39541,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -39169,8 +39565,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -39192,7 +39588,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -39246,13 +39642,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -39350,7 +39750,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -39399,8 +39803,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -39487,8 +39891,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -39568,7 +39972,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -39694,7 +40102,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -39830,7 +40238,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -39881,8 +40289,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -39895,7 +40303,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -39913,8 +40321,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -39922,7 +40330,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -40331,8 +40739,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -40355,8 +40763,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -40378,7 +40786,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -40432,13 +40840,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -40536,7 +40948,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -40585,8 +41001,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -40673,8 +41089,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -40754,7 +41170,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -40880,7 +41300,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -41016,7 +41436,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -41067,8 +41487,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -41081,7 +41501,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -41099,8 +41519,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -41108,7 +41528,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -41517,8 +41937,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -41541,8 +41961,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -41564,7 +41984,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -41618,13 +42038,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -41722,7 +42146,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -41771,8 +42199,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -41859,8 +42287,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -41940,7 +42368,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -42066,7 +42498,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -42202,7 +42634,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -42253,8 +42685,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -42267,7 +42699,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -42285,8 +42717,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -42294,7 +42726,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -42703,8 +43135,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -42727,8 +43159,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -42750,7 +43182,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -42804,13 +43236,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -42908,7 +43344,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -42957,8 +43397,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -43045,8 +43485,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -43126,7 +43566,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -43252,7 +43696,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -43388,7 +43832,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -43439,8 +43883,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -43453,7 +43897,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -43471,8 +43915,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -43480,7 +43924,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -43889,8 +44333,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -43913,8 +44357,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -43936,7 +44380,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -43990,13 +44434,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -44094,7 +44542,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -44143,8 +44595,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -44231,8 +44683,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -44312,7 +44764,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -44438,7 +44894,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -44574,7 +45030,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -44625,8 +45081,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -44639,7 +45095,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -44657,8 +45113,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -44666,7 +45122,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -45075,8 +45531,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -45099,8 +45555,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -45122,7 +45578,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -45176,13 +45632,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -45280,7 +45740,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -45329,8 +45793,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -45417,8 +45881,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -45498,7 +45962,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -45624,7 +46092,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -45760,7 +46228,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -45811,8 +46279,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -45825,7 +46293,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -45843,8 +46311,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -45852,7 +46320,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -46261,8 +46729,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -46285,8 +46753,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -46308,7 +46776,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -46362,13 +46830,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -46466,7 +46938,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -46515,8 +46991,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -46603,8 +47079,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -46684,7 +47160,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -46810,7 +47290,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -46946,7 +47426,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -46997,8 +47477,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -47011,7 +47491,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -47029,8 +47509,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -47038,7 +47518,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -47447,8 +47927,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -47471,8 +47951,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -47494,7 +47974,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -47548,13 +48028,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -47652,7 +48136,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -47701,8 +48189,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -47789,8 +48277,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -47870,7 +48358,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -47996,7 +48488,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -48132,7 +48624,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -48183,8 +48675,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -48197,7 +48689,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -48215,8 +48707,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -48224,7 +48716,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -48633,8 +49125,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -48657,8 +49149,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -48680,7 +49172,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -48734,13 +49226,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -48838,7 +49334,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -48887,8 +49387,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -48975,8 +49475,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -49056,7 +49556,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -49182,7 +49686,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -49318,7 +49822,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -49369,8 +49873,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -49383,7 +49887,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -49401,8 +49905,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -49410,7 +49914,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -49819,8 +50323,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -49843,8 +50347,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -49866,7 +50370,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -49920,13 +50424,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -50024,7 +50532,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -50073,8 +50585,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -50161,8 +50673,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -50242,7 +50754,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -50368,7 +50884,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -50504,7 +51020,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -50555,8 +51071,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -50569,7 +51085,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -50587,8 +51103,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -50596,7 +51112,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -51005,8 +51521,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -51029,8 +51545,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -51052,7 +51568,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -51106,13 +51622,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -51210,7 +51730,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -51259,8 +51783,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -51347,8 +51871,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -51428,7 +51952,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -51554,7 +52082,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -51690,7 +52218,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -51741,8 +52269,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -51755,7 +52283,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -51773,8 +52301,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -51782,7 +52310,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -52191,8 +52719,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -52215,8 +52743,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -52238,7 +52766,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -52292,13 +52820,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -52396,7 +52928,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -52445,8 +52981,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -52533,8 +53069,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -52614,7 +53150,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -52740,7 +53280,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -52876,7 +53416,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -52927,8 +53467,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -52941,7 +53481,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -52959,8 +53499,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -52968,7 +53508,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -53377,8 +53917,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -53401,8 +53941,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -53424,7 +53964,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -53478,13 +54018,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -53582,7 +54126,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -53631,8 +54179,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -53719,8 +54267,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -53800,7 +54348,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -53926,7 +54478,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -54062,7 +54614,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -54113,8 +54665,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -54127,7 +54679,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -54145,8 +54697,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -54154,7 +54706,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -54563,8 +55115,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -54587,8 +55139,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -54610,7 +55162,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -54664,13 +55216,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -54768,7 +55324,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -54817,8 +55377,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -54905,8 +55465,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -54986,7 +55546,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -55112,7 +55676,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -55248,7 +55812,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -55299,8 +55863,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -55313,7 +55877,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -55331,8 +55895,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -55340,7 +55904,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -55749,8 +56313,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -55773,8 +56337,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -55796,7 +56360,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -55850,13 +56414,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -55954,7 +56522,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -56003,8 +56575,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -56091,8 +56663,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -56172,7 +56744,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -56298,7 +56874,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -56434,7 +57010,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -56485,8 +57061,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -56499,7 +57075,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -56517,8 +57093,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -56526,7 +57102,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -56935,8 +57511,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -56959,8 +57535,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -56982,7 +57558,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -57036,13 +57612,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -57140,7 +57720,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -57189,8 +57773,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -57277,8 +57861,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -57358,7 +57942,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -57484,7 +58072,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -57620,7 +58208,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -57671,8 +58259,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -57685,7 +58273,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -57703,8 +58291,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -57712,7 +58300,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -58121,8 +58709,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -58145,8 +58733,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -58168,7 +58756,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -58222,13 +58810,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -58326,7 +58918,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -58375,8 +58971,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -58463,8 +59059,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -58544,7 +59140,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -58670,7 +59270,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -58806,7 +59406,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -58857,8 +59457,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -58871,7 +59471,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -58889,8 +59489,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -58898,7 +59498,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -59307,8 +59907,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -59331,8 +59931,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -59354,7 +59954,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -59408,13 +60008,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -59512,7 +60116,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -59561,8 +60169,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -59649,8 +60257,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -59730,7 +60338,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -59856,7 +60468,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -59992,7 +60604,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -60043,8 +60655,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -60057,7 +60669,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -60075,8 +60687,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -60084,7 +60696,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -60493,8 +61105,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -60517,8 +61129,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -60540,7 +61152,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -60594,13 +61206,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -60698,7 +61314,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -60747,8 +61367,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -60835,8 +61455,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -60916,7 +61536,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -61042,7 +61666,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -61178,7 +61802,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -61229,8 +61853,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -61243,7 +61867,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -61261,8 +61885,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -61270,7 +61894,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -61679,8 +62303,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -61703,8 +62327,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -61726,7 +62350,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -61780,13 +62404,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -61884,7 +62512,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -61933,8 +62565,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -62021,8 +62653,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -62102,7 +62734,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -62228,7 +62864,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -62364,7 +63000,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -62415,8 +63051,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -62429,7 +63065,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -62447,8 +63083,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -62456,7 +63092,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -62865,8 +63501,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -62889,8 +63525,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -62912,7 +63548,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -62966,13 +63602,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -63070,7 +63710,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -63119,8 +63763,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -63207,8 +63851,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -63288,7 +63932,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -63414,7 +64062,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -63550,7 +64198,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -63601,8 +64249,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -63615,7 +64263,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -63633,8 +64281,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
},
{},
{},
@@ -63642,7 +64290,7 @@
{
"techniqueID": "T1562.001",
"score": 14,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempt_to_stop_security_service.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_registry_tool.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_show_hidden_files.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_behavior_monitoring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disable_windows_smartscreen_protection.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_cmd_application.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_controlpanel.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_firewall_with_netsh.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_folderoptions_windows_feature.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_norun_windows_app.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_systemrestore_in_registry.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/disabling_task_manager.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/unload_sysmon_filter_driver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/windows_disableantispyware_reg.yml"
},
{},
{},
@@ -64051,8 +64699,8 @@
{},
{
"techniqueID": "T1053.005",
- "score": 5,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml"
+ "score": 7,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/scheduled_tasks_used_in_badrabbit_ransomware.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/scheduled_task_deleted_or_created_via_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_scheduling_job_on_remote_system.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/schtasks_used_for_forcing_a_reboot.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_scheduled_task_from_public_directory.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_to_spawn_shell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winevent_scheduled_task_created_within_public_path.yml"
},
{},
{},
@@ -64075,8 +64723,8 @@
{},
{
"techniqueID": "T1218.011",
- "score": 8,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
+ "score": 9,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___advpack.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___setupapi.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/detect_rundll32_application_control_bypass___syssetup.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll32_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/rundll_loading_dll_by_ordinal.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_dllregisterserver.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_rename.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_startw.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_rundll32_with_no_command_line_arguments.yml"
},
{},
{},
@@ -64098,7 +64746,7 @@
{},
{
"techniqueID": "T1003",
- "score": 29,
+ "score": 31,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_conversion_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_s_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_fgdump_cachedump_v_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_getaddbaccount_from_dump.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_lazagne_command_options.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_kernel_peek.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_ms_debuggers_z_option.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___credential_extraction_powersploit_modules.yml"
},
{},
@@ -64152,13 +64800,17 @@
},
{
"techniqueID": "T1003.002",
- "score": 2,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
+ "score": 4,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/attempted_credential_dump_from_registry_via_reg_exe.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/excel_spawning_windows_script_host.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/process_deleting_its_process_file_path.yml"
},
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1069.003",
+ "score": 1,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml"
+ },
{
"techniqueID": "T1574.011",
"score": 1,
@@ -64256,7 +64908,11 @@
{},
{},
{},
- {},
+ {
+ "techniqueID": "T1566.001",
+ "score": 8,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/office_application_spawn_rundll32_process.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_creating_schedule_task.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_executing_macro_code.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_document_spawned_child_process_to_download.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/office_product_spawning_rundll32_with_no_dll.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_cmd.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_powershell.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/winword_spawning_windows_script_host.yml"
+ },
{},
{},
{},
@@ -64305,8 +64961,8 @@
{},
{
"techniqueID": "T1053",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/shedule_task_with_http_command_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_privilege_elevation_and_persistence_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_access_and_persistence_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -64393,8 +65049,8 @@
{},
{
"techniqueID": "T1055",
- "score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
+ "score": 12,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/cobalt_strike_named_pipes.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/dllhost_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/gpupdate_with_no_command_line_arguments_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/searchprotocolhost_with_no_command_line_with_network.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_service_and_process_control_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_process_service_hijacking_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_dllhost_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_gpupdate_no_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_searchprotocolhost_no_command_line_arguments.yml"
},
{},
{},
@@ -64474,7 +65130,11 @@
"comment": "https://github.com/splunk/security_content/blob/develop/detections/fodhelper_uac_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/suspicious_reg_exe_process.yml"
},
{},
- {},
+ {
+ "techniqueID": "T1580",
+ "score": 2,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_accessdenied_discovery_events.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_assume_role_policy_brute_force.yml"
+ },
{},
{},
{},
@@ -64600,7 +65260,7 @@
{
"techniqueID": "T1059",
"score": 18,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___rare_parent_process_relationship_lolbas.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___first_time_seen_cmd_line.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___prohibited_apps_spawning_cmdprompt.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___unusual_lolbas_in_short_period_of_time.yml"
},
{},
{},
@@ -64736,7 +65396,7 @@
{
"techniqueID": "T1059.001",
"score": 9,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/attempt_to_set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml"
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/first_time_seen_command_line_argument.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___multiple_suspicious_command_line_arguments.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadfile.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/any_powershell_downloadstring.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___connect_to_internet_with_hidden_window.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process___execution_policy_bypass.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/malicious_powershell_process_with_obfuscation_techniques.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/nishang_powershelltcponeline.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/set_default_powershell_execution_policy_to_unrestricted_or_bypass.yml"
},
{},
{
@@ -64787,8 +65447,8 @@
{},
{
"techniqueID": "T1098",
- "score": 12,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
+ "score": 15,
+ "comment": "https://github.com/splunk/security_content/blob/develop/detections/aws_iam_delete_policy.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_failure_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/aws_iam_successful_group_deletion.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___applying_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___assess_credential_strength_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_account_enable_disable_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_AD_elements_and_policies_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___illegal_management_computers_and_AD_elements_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___probing_access_with_stolen_credentials_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_credential_stores_and_services_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___recon_privilege_escalation_opportunities_via_powersploit_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_dsinternals_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_mimikatz_modules.yml\n\nhttps://github.com/splunk/security_content/blob/develop/detections/ssa___setting_credentials_via_powersploit_modules.yml"
},
{},
{},
@@ -64801,7 +65461,7 @@
{},
{
"techniqueID": "T1566",
- "score": 3,
+ "score": 11,
"comment": "https://github.com/splunk/security_content/blob/develop/detections/suspicious_email___uba_anomaly.yml"
},
{},
@@ -64819,8 +65479,8 @@
{},
{
"techniqueID": "T1110",
- "score": 1,
- "comment": "https://github.com/splunk/security_content/blob/develop/detections/o365_excessive_authentication_failures_alert.yml"
+ "score": 2,
+ "comment": "https://